[llvm-branch-commits] [clang-tidy] Add FixIts for libc namespace macros (PR #99681)
Julian Schmidt via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Jul 20 10:00:23 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
----------------
5chmidti wrote:
No need to specify `-fix`, fixes are done automatically, e.g., https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/test/clang-tidy/checkers/modernize/make-unique.cpp
https://github.com/llvm/llvm-project/pull/99681
More information about the llvm-branch-commits
mailing list