[clang-tools-extra] [clang-tidy] Rename 'google-build-namespaces' check to 'misc-anonymous-namespace-in-header' and keep initial as alias. (PR #170986)

Ondřej Štorc via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 8 00:38:14 PST 2025


================
@@ -6,26 +6,27 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "UnnamedNamespaceInHeaderCheck.h"
+#include "AnonymousNamespaceInHeaderCheck.h"
+#include "../utils/FileExtensionsUtils.h"
----------------
ostorc wrote:

It is true, that it is unrelated, I will revert it. I just found it when I was moving the files around, and changed it.

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


More information about the cfe-commits mailing list