[clang-tools-extra] added option `google-readability-namespace-comments.AllowNoNamespaceComments` (PR #124265)
Thorsten Klein via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 5 05:52:06 PDT 2025
================
@@ -187,6 +187,11 @@ Changes in existing checks
<clang-tidy/checks/concurrency/mt-unsafe>` check by fixing a false positive
where ``strerror`` was flagged as MT-unsafe.
+- Improved :doc:`google-readability-namespace-comments
----------------
thorsten-klein wrote:
> Shall I run the tests for this llvm-namespace-comment check as well (e.g. a separate RUN)?
OK. This does not make sense. Then google and llvm checks would be mixed in one .cpp file. And additionally the `CHECK-MESSAGES` is not compatible.
https://github.com/llvm/llvm-project/pull/124265
More information about the cfe-commits
mailing list