[clang-tools-extra] [clang-tidy] Rename 'google-build-namespaces' check to 'misc-anonymous-namespace-in-header' and keep initial as alias. (PR #170986)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Dec 6 20:11:01 PST 2025
================
@@ -328,6 +328,11 @@ New check aliases
<clang-tidy/checks/bugprone/copy-constructor-mutates-argument>`
keeping initial check as an alias to the new one.
+- Renamed :doc:`google-build-namespaces` to
----------------
zeyi2 wrote:
Looks like the link target is missing:
```suggestion
- Renamed :doc:`google-build-namespaces <clang-tidy/checks/google/build-namespaces>` to
```
https://github.com/llvm/llvm-project/pull/170986
More information about the cfe-commits
mailing list