[clang-tools-extra] [libc] Update libc namespace clang-tidy checks (PR #98088)
Roland McGrath via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 8 15:33:52 PDT 2024
================
@@ -11,6 +11,8 @@
namespace clang::tidy::llvm_libc {
const static llvm::StringRef RequiredNamespaceStart = "__llvm_libc";
+const static llvm::StringRef RequiredNamespaceHiddenMacroName =
----------------
frobtech wrote:
I think it would be better to call this one "...NamespaceDecl" and the other one "...NamespaceRef".
https://github.com/llvm/llvm-project/pull/98088
More information about the cfe-commits
mailing list