================ @@ -0,0 +1,63 @@ +.. title:: clang-tidy - bugprone-dont-modify-std-namespace + +bugprone-dont-modify-std-namespace +================================== + +Modification of the ``std`` or ``posix`` namespace can result in undefined +behavior. +This check warns for such modifications. +The ``std`` (or ``posix``) namespace is allowed to be extended with (class or ---------------- vbvictor wrote:
Little drive-by refactoring. https://github.com/llvm/llvm-project/pull/165659 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
