[clang-tools-extra] added option `google-readability-namespace-comments.AllowNoNamespaceComments` (PR #124265)

via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 25 06:49:46 PST 2025


================
@@ -402,6 +402,13 @@ Changes in existing checks
   <clang-tidy/checks/readability/use-std-min-max>` check to use correct template
   type in ``std::min`` and ``std::max`` when operand is integer literal.
 
+- Improved :doc:`google-readability-namespace-comments
+  <clang-tidy/checks/google/readability-namespace-comments>` that permits 
+  omitting namespace comments entirely. With this option enabled, the check
----------------
EugeneZelenko wrote:

One sentence is enough. Please mention option name.

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


More information about the cfe-commits mailing list