================ @@ -413,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``. ---------------- localspook wrote:
I'm doing bullet points even though there's only one entry to anticipate the followup changes. https://github.com/llvm/llvm-project/pull/174170 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
