================
@@ -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:

```suggestion
Warns on modifications of the ``std`` or ``posix`` namespaces which can
result in undefined behavior.

The ``std`` (or ``posix``) namespace is allowed to be extended with (class or
```

https://github.com/llvm/llvm-project/pull/165659
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to