We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a86f21a + 2540fb6 commit 57b1af0Copy full SHA for 57b1af0
clang/test/Analysis/ctu-import-type-decl-definition.c
@@ -4,8 +4,8 @@
4
5
// RUN: %clang_cc1 -emit-pch -o %t/import.c.ast %t/import.c
6
7
-// RUN: %clang_extdef_map -- -x c %t/import.c >> %t/externalDefMap.txt
8
-// RUN: sed -i='' 's/$/.ast/' %t/externalDefMap.txt
+// RUN: %clang_extdef_map -- -x c %t/import.c >> %t/externalDefMap.tmp.txt
+// RUN: sed 's/$/.ast/' %t/externalDefMap.tmp.txt >> %t/externalDefMap.txt
9
10
// RUN: %clang_cc1 -analyze \
11
// RUN: -analyzer-checker=core \
0 commit comments