[libc-commits] [PATCH] D113946: [libc][clang-tidy] fix namespace check for externals

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Nov 15 16:47:32 PST 2021


lntue added inline comments.


================
Comment at: clang-tools-extra/clang-tidy/llvmlibc/CalleeNamespaceCheck.cpp:59
+            llvm::StringRef(FUNCTIONS_TO_IGNORE_NAMESPACE[i]))) {
+      printf("String found %s\n", FuncDecl->getName().str().c_str());
+      return;
----------------
Look like diag() is used to print messages in this module?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113946/new/

https://reviews.llvm.org/D113946



More information about the libc-commits mailing list