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

Thorsten Klein via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 25 07:36:02 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
----------------
thorsten-klein wrote:

I made it consistent to already existing ReleaseNote entry. 
Ref: https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/docs/ReleaseNotes.rst?plain=1#L334

> - Improved :doc:`modernize-use-integer-sign-comparison
  <clang-tidy/checks/modernize/use-integer-sign-comparison>` check to
  add an option ``EnableQtSupport``, that makes C++17 ``q20::cmp_*`` alternative
  available for Qt-based applications.

Shall I really use single back-tick or keep it consistent with double back-ticks as already existing? 

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


More information about the cfe-commits mailing list