[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:46:53 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:

I will add another ReleaseNotes entry.
Shall I run the tests for this `llvm-namespace-comment` check as well (e.g. a separate `RUN`)?

https://github.com/llvm/llvm-project/pull/124265


More information about the cfe-commits mailing list