[clang-tools-extra] [clang-tidy] Rename google-build-namespaces to misc-anonymous-namespace-in-header (PR #173484)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Dec 28 22:29:38 PST 2025
================
@@ -1,10 +1,10 @@
.. title:: clang-tidy - cert-dcl59-cpp
.. meta::
- :http-equiv=refresh: 5;URL=../google/build-namespaces.html
+ :http-equiv=refresh: 5;URL=../misc/anonymous-namespace-in-header.html
cert-dcl59-cpp
==============
The `cert-dcl59-cpp` check is an alias, please see
-:doc:`google-build-namespaces <../google/build-namespaces>`
+:doc:`the new check <../misc/anonymous-namespace-in-header>`
----------------
zeyi2 wrote:
Nit:
```suggestion
:doc:`misc-anonymous-namespace-in-header <../misc/anonymous-namespace-in-header>`
```
https://github.com/llvm/llvm-project/pull/173484
More information about the cfe-commits
mailing list