[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


================
@@ -29,6 +29,7 @@ AST_MATCHER(Stmt, isMacroExpansion) {
 
 AST_MATCHER(Stmt, isC23) { return Finder->getASTContext().getLangOpts().C23; }
 
+// NOLINTNEXTLINE(llvm-prefer-static-over-anonymous-namespace)
----------------
EugeneZelenko wrote:

Ditto.

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


More information about the cfe-commits mailing list