[llvm-branch-commits] [clang-tidy] Add FixIts for libc namespace macros (PR #99681)
Paul Kirth via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jul 22 10:28:02 PDT 2024
================
@@ -1,4 +1,6 @@
-// RUN: %check_clang_tidy %s llvmlibc-implementation-in-namespace %t
+// RUN: %check_clang_tidy %s llvmlibc-implementation-in-namespace %t -fix
----------------
ilovepi wrote:
ack. I saw those running, but I saw `-fix` on a lot of other tests outside of llvmlibc. I'm guessing those are probalby older tests that predate that logic? either way, I'll address this shortly.
https://github.com/llvm/llvm-project/pull/99681
More information about the llvm-branch-commits
mailing list