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

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


================
@@ -287,6 +287,11 @@ Changes in existing checks
   <clang-tidy/checks/cppcoreguidelines/pro-type-union-access>` check to
   report a location even when the member location is not valid.
 
+- Improved :doc:`google-readability-namespace-comments
+  <clang-tidy/checks/google/readability-namespace-comments>` check to
+  add an option ``AllowNoNamespaceComments``, that permits
----------------
EugeneZelenko wrote:

`EnableQtSupport` should use single back-ticks. Sorry, I missed this in relevant pull-request.

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


More information about the cfe-commits mailing list