[clang-tools-extra] [clang-tidy] Rename `cert-dcl58-cpp` to `bugprone-dont-modify-std-namespace` (PR #165659)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 2 13:23:31 PST 2025
https://github.com/vbvictor commented:
Let's name the check `bugprone-std-namespace-modification`.
Name `bugprone-dont-xxx` doesn't sound right to the ear, we can use verb "avoid" like `avoid-goto` etc.., but we never used "dont"
https://github.com/llvm/llvm-project/pull/165659
More information about the cfe-commits
mailing list