[clang-tools-extra] [clang-tidy][NFC] Clarify some options use regex to matching in doc (1/N) (PR #161142)

Victor Chernyakin via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 29 12:14:10 PDT 2025


================
@@ -39,8 +39,8 @@ Options
 
 .. option:: ExcludeClasses
 
-    Semicolon-delimited list of class names for overwriting the default
-    exclusion list. The default is:
+    Semicolon-delimited list of regular expressions matching class names that
----------------
localspook wrote:

Drive-by:
```suggestion
    Semicolon-separated list of regular expressions matching class names that
```
We should be consistent on whether we say "semicolon-delimited" or "semicolon-separated", and we seem to say "separated" much more.

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


More information about the cfe-commits mailing list