================
@@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
