[clang-tools-extra] added option `google-readability-namespace-comments.AllowNoNamespaceComments` (PR #124265)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 5 05:37:12 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
----------------
vbvictor wrote:
Could we add also an entry for `llvm-readability-namespace-comments` with the same text, `google-readability-namespace-comments` is an alias for it.
https://github.com/llvm/llvm-project/pull/124265
More information about the cfe-commits
mailing list