[clang-tools-extra] [clang-tidy][NFC] Fix llvm-prefer-static-over-anonymous-namespace warnings N/N (PR #165172)

via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 26 15:08:49 PDT 2025


================
@@ -20,6 +20,7 @@ namespace clang::tidy::bugprone {
 
 namespace {
 
+// NOLINTNEXTLINE(llvm-prefer-static-over-anonymous-namespace)
----------------
EugeneZelenko wrote:

Why exception is needed here?

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


More information about the cfe-commits mailing list