================
@@ -424,6 +413,12 @@ Changes in existing checks
   <clang-tidy/checks/bugprone/sizeof-expression>` check by fixing
   a crash on ``sizeof`` of an array of dependent type.
 
+- Improved :doc:`bugprone-std-namespace-modification
+  <clang-tidy/checks/bugprone/std-namespace-modification>`. It now:
+
+  - No longer diagnoses simply opening subnamespaces of ``std::``
+    such as ``std::chrono``.
----------------
vbvictor wrote:

we have ranges in tests, but say about chrono here, can we sync these?

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

Reply via email to