[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:47 PST 2025


================
@@ -39,3 +39,11 @@ Options
 
    An unsigned integer specifying the number of spaces before the comment
    closing a namespace definition. Default is `1U`.
+
+
+.. option:: AllowNoNamespaceComments
+
+   When true, the check will allow that namespace comments are ommitted
----------------
EugeneZelenko wrote:

```suggestion
   When `true`, the check will allow that namespace comments are omitted
```

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


More information about the cfe-commits mailing list