Skip to content

Commit 7fffa98

Browse files
testgenerator: Add -- to the remaining 3c RUN lines.
1 parent 365fed9 commit 7fffa98

File tree

209 files changed

+638
-643
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

209 files changed

+638
-643
lines changed

clang/test/3C/arrboth.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// RUN: 3c -base-dir=%S -addcr %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" %s
33
// RUN: 3c -base-dir=%S -addcr %s -- | %clang -c -fcheckedc-extension -x c -o /dev/null -
44

5-
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %s
6-
// RUN: 3c -base-dir=%t.checked -p /dev/null -alltypes %t.checked/arrboth.c -- | diff %t.checked/arrboth.c -
5+
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %s --
6+
// RUN: 3c -base-dir=%t.checked -alltypes %t.checked/arrboth.c -- | diff %t.checked/arrboth.c -
77

88

99
/*********************************************************************************/

clang/test/3C/arrbothmulti1.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// RUN: 3c -base-dir=%S -addcr -alltypes -output-dir=%t.checkedALL %s %S/arrbothmulti2.c
2-
// RUN: 3c -base-dir=%S -addcr -output-dir=%t.checkedNOALL %s %S/arrbothmulti2.c
1+
// RUN: 3c -base-dir=%S -addcr -alltypes -output-dir=%t.checkedALL %s %S/arrbothmulti2.c --
2+
// RUN: 3c -base-dir=%S -addcr -output-dir=%t.checkedNOALL %s %S/arrbothmulti2.c --
33
// RUN: %clang -working-directory=%t.checkedNOALL -c arrbothmulti1.c arrbothmulti2.c
44
// RUN: FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" --input-file %t.checkedNOALL/arrbothmulti1.c %s
55
// RUN: FileCheck -match-full-lines -check-prefixes="CHECK_ALL","CHECK" --input-file %t.checkedALL/arrbothmulti1.c %s
6-
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %S/arrbothmulti2.c %s
7-
// RUN: 3c -base-dir=%t.checked -p /dev/null -alltypes -output-dir=%t.convert_again %t.checked/arrbothmulti1.c %t.checked/arrbothmulti2.c
6+
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %S/arrbothmulti2.c %s --
7+
// RUN: 3c -base-dir=%t.checked -alltypes -output-dir=%t.convert_again %t.checked/arrbothmulti1.c %t.checked/arrbothmulti2.c --
88
// RUN: test ! -f %t.convert_again/arrbothmulti1.c
99
// RUN: test ! -f %t.convert_again/arrbothmulti2.c
1010

clang/test/3C/arrbothmulti2.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// RUN: 3c -base-dir=%S -addcr -alltypes -output-dir=%t.checkedALL2 %S/arrbothmulti1.c %s
2-
// RUN: 3c -base-dir=%S -addcr -output-dir=%t.checkedNOALL2 %S/arrbothmulti1.c %s
1+
// RUN: 3c -base-dir=%S -addcr -alltypes -output-dir=%t.checkedALL2 %S/arrbothmulti1.c %s --
2+
// RUN: 3c -base-dir=%S -addcr -output-dir=%t.checkedNOALL2 %S/arrbothmulti1.c %s --
33
// RUN: %clang -working-directory=%t.checkedNOALL2 -c arrbothmulti1.c arrbothmulti2.c
44
// RUN: FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" --input-file %t.checkedNOALL2/arrbothmulti2.c %s
55
// RUN: FileCheck -match-full-lines -check-prefixes="CHECK_ALL","CHECK" --input-file %t.checkedALL2/arrbothmulti2.c %s
6-
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %S/arrbothmulti1.c %s
7-
// RUN: 3c -base-dir=%t.checked -p /dev/null -alltypes -output-dir=%t.convert_again %t.checked/arrbothmulti1.c %t.checked/arrbothmulti2.c
6+
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %S/arrbothmulti1.c %s --
7+
// RUN: 3c -base-dir=%t.checked -alltypes -output-dir=%t.convert_again %t.checked/arrbothmulti1.c %t.checked/arrbothmulti2.c --
88
// RUN: test ! -f %t.convert_again/arrbothmulti1.c
99
// RUN: test ! -f %t.convert_again/arrbothmulti2.c
1010

clang/test/3C/arrcallee.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// RUN: 3c -base-dir=%S -addcr %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" %s
33
// RUN: 3c -base-dir=%S -addcr %s -- | %clang -c -fcheckedc-extension -x c -o /dev/null -
44

5-
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %s
6-
// RUN: 3c -base-dir=%t.checked -p /dev/null -alltypes %t.checked/arrcallee.c -- | diff %t.checked/arrcallee.c -
5+
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %s --
6+
// RUN: 3c -base-dir=%t.checked -alltypes %t.checked/arrcallee.c -- | diff %t.checked/arrcallee.c -
77

88

99
/*********************************************************************************/

clang/test/3C/arrcalleemulti1.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// RUN: 3c -base-dir=%S -addcr -alltypes -output-dir=%t.checkedALL %s %S/arrcalleemulti2.c
2-
// RUN: 3c -base-dir=%S -addcr -output-dir=%t.checkedNOALL %s %S/arrcalleemulti2.c
1+
// RUN: 3c -base-dir=%S -addcr -alltypes -output-dir=%t.checkedALL %s %S/arrcalleemulti2.c --
2+
// RUN: 3c -base-dir=%S -addcr -output-dir=%t.checkedNOALL %s %S/arrcalleemulti2.c --
33
// RUN: %clang -working-directory=%t.checkedNOALL -c arrcalleemulti1.c arrcalleemulti2.c
44
// RUN: FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" --input-file %t.checkedNOALL/arrcalleemulti1.c %s
55
// RUN: FileCheck -match-full-lines -check-prefixes="CHECK_ALL","CHECK" --input-file %t.checkedALL/arrcalleemulti1.c %s
6-
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %S/arrcalleemulti2.c %s
7-
// RUN: 3c -base-dir=%t.checked -p /dev/null -alltypes -output-dir=%t.convert_again %t.checked/arrcalleemulti1.c %t.checked/arrcalleemulti2.c
6+
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %S/arrcalleemulti2.c %s --
7+
// RUN: 3c -base-dir=%t.checked -alltypes -output-dir=%t.convert_again %t.checked/arrcalleemulti1.c %t.checked/arrcalleemulti2.c --
88
// RUN: test ! -f %t.convert_again/arrcalleemulti1.c
99
// RUN: test ! -f %t.convert_again/arrcalleemulti2.c
1010

clang/test/3C/arrcalleemulti2.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// RUN: 3c -base-dir=%S -addcr -alltypes -output-dir=%t.checkedALL2 %S/arrcalleemulti1.c %s
2-
// RUN: 3c -base-dir=%S -addcr -output-dir=%t.checkedNOALL2 %S/arrcalleemulti1.c %s
1+
// RUN: 3c -base-dir=%S -addcr -alltypes -output-dir=%t.checkedALL2 %S/arrcalleemulti1.c %s --
2+
// RUN: 3c -base-dir=%S -addcr -output-dir=%t.checkedNOALL2 %S/arrcalleemulti1.c %s --
33
// RUN: %clang -working-directory=%t.checkedNOALL2 -c arrcalleemulti1.c arrcalleemulti2.c
44
// RUN: FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" --input-file %t.checkedNOALL2/arrcalleemulti2.c %s
55
// RUN: FileCheck -match-full-lines -check-prefixes="CHECK_ALL","CHECK" --input-file %t.checkedALL2/arrcalleemulti2.c %s
6-
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %S/arrcalleemulti1.c %s
7-
// RUN: 3c -base-dir=%t.checked -p /dev/null -alltypes -output-dir=%t.convert_again %t.checked/arrcalleemulti1.c %t.checked/arrcalleemulti2.c
6+
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %S/arrcalleemulti1.c %s --
7+
// RUN: 3c -base-dir=%t.checked -alltypes -output-dir=%t.convert_again %t.checked/arrcalleemulti1.c %t.checked/arrcalleemulti2.c --
88
// RUN: test ! -f %t.convert_again/arrcalleemulti1.c
99
// RUN: test ! -f %t.convert_again/arrcalleemulti2.c
1010

clang/test/3C/arrcaller.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// RUN: 3c -base-dir=%S -addcr %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" %s
33
// RUN: 3c -base-dir=%S -addcr %s -- | %clang -c -fcheckedc-extension -x c -o /dev/null -
44

5-
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %s
6-
// RUN: 3c -base-dir=%t.checked -p /dev/null -alltypes %t.checked/arrcaller.c -- | diff %t.checked/arrcaller.c -
5+
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %s --
6+
// RUN: 3c -base-dir=%t.checked -alltypes %t.checked/arrcaller.c -- | diff %t.checked/arrcaller.c -
77

88

99
/*********************************************************************************/

clang/test/3C/arrcallermulti1.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// RUN: 3c -base-dir=%S -addcr -alltypes -output-dir=%t.checkedALL %s %S/arrcallermulti2.c
2-
// RUN: 3c -base-dir=%S -addcr -output-dir=%t.checkedNOALL %s %S/arrcallermulti2.c
1+
// RUN: 3c -base-dir=%S -addcr -alltypes -output-dir=%t.checkedALL %s %S/arrcallermulti2.c --
2+
// RUN: 3c -base-dir=%S -addcr -output-dir=%t.checkedNOALL %s %S/arrcallermulti2.c --
33
// RUN: %clang -working-directory=%t.checkedNOALL -c arrcallermulti1.c arrcallermulti2.c
44
// RUN: FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" --input-file %t.checkedNOALL/arrcallermulti1.c %s
55
// RUN: FileCheck -match-full-lines -check-prefixes="CHECK_ALL","CHECK" --input-file %t.checkedALL/arrcallermulti1.c %s
6-
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %S/arrcallermulti2.c %s
7-
// RUN: 3c -base-dir=%t.checked -p /dev/null -alltypes -output-dir=%t.convert_again %t.checked/arrcallermulti1.c %t.checked/arrcallermulti2.c
6+
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %S/arrcallermulti2.c %s --
7+
// RUN: 3c -base-dir=%t.checked -alltypes -output-dir=%t.convert_again %t.checked/arrcallermulti1.c %t.checked/arrcallermulti2.c --
88
// RUN: test ! -f %t.convert_again/arrcallermulti1.c
99
// RUN: test ! -f %t.convert_again/arrcallermulti2.c
1010

clang/test/3C/arrcallermulti2.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// RUN: 3c -base-dir=%S -addcr -alltypes -output-dir=%t.checkedALL2 %S/arrcallermulti1.c %s
2-
// RUN: 3c -base-dir=%S -addcr -output-dir=%t.checkedNOALL2 %S/arrcallermulti1.c %s
1+
// RUN: 3c -base-dir=%S -addcr -alltypes -output-dir=%t.checkedALL2 %S/arrcallermulti1.c %s --
2+
// RUN: 3c -base-dir=%S -addcr -output-dir=%t.checkedNOALL2 %S/arrcallermulti1.c %s --
33
// RUN: %clang -working-directory=%t.checkedNOALL2 -c arrcallermulti1.c arrcallermulti2.c
44
// RUN: FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" --input-file %t.checkedNOALL2/arrcallermulti2.c %s
55
// RUN: FileCheck -match-full-lines -check-prefixes="CHECK_ALL","CHECK" --input-file %t.checkedALL2/arrcallermulti2.c %s
6-
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %S/arrcallermulti1.c %s
7-
// RUN: 3c -base-dir=%t.checked -p /dev/null -alltypes -output-dir=%t.convert_again %t.checked/arrcallermulti1.c %t.checked/arrcallermulti2.c
6+
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %S/arrcallermulti1.c %s --
7+
// RUN: 3c -base-dir=%t.checked -alltypes -output-dir=%t.convert_again %t.checked/arrcallermulti1.c %t.checked/arrcallermulti2.c --
88
// RUN: test ! -f %t.convert_again/arrcallermulti1.c
99
// RUN: test ! -f %t.convert_again/arrcallermulti2.c
1010

clang/test/3C/arrinstructboth.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// RUN: 3c -base-dir=%S -addcr %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" %s
33
// RUN: 3c -base-dir=%S -addcr %s -- | %clang -c -fcheckedc-extension -x c -o /dev/null -
44

5-
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %s
6-
// RUN: 3c -base-dir=%t.checked -p /dev/null -alltypes %t.checked/arrinstructboth.c -- | diff %t.checked/arrinstructboth.c -
5+
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %s --
6+
// RUN: 3c -base-dir=%t.checked -alltypes %t.checked/arrinstructboth.c -- | diff %t.checked/arrinstructboth.c -
77

88

99
/*********************************************************************************/

clang/test/3C/arrinstructbothmulti1.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// RUN: 3c -base-dir=%S -addcr -alltypes -output-dir=%t.checkedALL %s %S/arrinstructbothmulti2.c
2-
// RUN: 3c -base-dir=%S -addcr -output-dir=%t.checkedNOALL %s %S/arrinstructbothmulti2.c
1+
// RUN: 3c -base-dir=%S -addcr -alltypes -output-dir=%t.checkedALL %s %S/arrinstructbothmulti2.c --
2+
// RUN: 3c -base-dir=%S -addcr -output-dir=%t.checkedNOALL %s %S/arrinstructbothmulti2.c --
33
// RUN: %clang -working-directory=%t.checkedNOALL -c arrinstructbothmulti1.c arrinstructbothmulti2.c
44
// RUN: FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" --input-file %t.checkedNOALL/arrinstructbothmulti1.c %s
55
// RUN: FileCheck -match-full-lines -check-prefixes="CHECK_ALL","CHECK" --input-file %t.checkedALL/arrinstructbothmulti1.c %s
6-
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %S/arrinstructbothmulti2.c %s
7-
// RUN: 3c -base-dir=%t.checked -p /dev/null -alltypes -output-dir=%t.convert_again %t.checked/arrinstructbothmulti1.c %t.checked/arrinstructbothmulti2.c
6+
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %S/arrinstructbothmulti2.c %s --
7+
// RUN: 3c -base-dir=%t.checked -alltypes -output-dir=%t.convert_again %t.checked/arrinstructbothmulti1.c %t.checked/arrinstructbothmulti2.c --
88
// RUN: test ! -f %t.convert_again/arrinstructbothmulti1.c
99
// RUN: test ! -f %t.convert_again/arrinstructbothmulti2.c
1010

clang/test/3C/arrinstructbothmulti2.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// RUN: 3c -base-dir=%S -addcr -alltypes -output-dir=%t.checkedALL2 %S/arrinstructbothmulti1.c %s
2-
// RUN: 3c -base-dir=%S -addcr -output-dir=%t.checkedNOALL2 %S/arrinstructbothmulti1.c %s
1+
// RUN: 3c -base-dir=%S -addcr -alltypes -output-dir=%t.checkedALL2 %S/arrinstructbothmulti1.c %s --
2+
// RUN: 3c -base-dir=%S -addcr -output-dir=%t.checkedNOALL2 %S/arrinstructbothmulti1.c %s --
33
// RUN: %clang -working-directory=%t.checkedNOALL2 -c arrinstructbothmulti1.c arrinstructbothmulti2.c
44
// RUN: FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" --input-file %t.checkedNOALL2/arrinstructbothmulti2.c %s
55
// RUN: FileCheck -match-full-lines -check-prefixes="CHECK_ALL","CHECK" --input-file %t.checkedALL2/arrinstructbothmulti2.c %s
6-
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %S/arrinstructbothmulti1.c %s
7-
// RUN: 3c -base-dir=%t.checked -p /dev/null -alltypes -output-dir=%t.convert_again %t.checked/arrinstructbothmulti1.c %t.checked/arrinstructbothmulti2.c
6+
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %S/arrinstructbothmulti1.c %s --
7+
// RUN: 3c -base-dir=%t.checked -alltypes -output-dir=%t.convert_again %t.checked/arrinstructbothmulti1.c %t.checked/arrinstructbothmulti2.c --
88
// RUN: test ! -f %t.convert_again/arrinstructbothmulti1.c
99
// RUN: test ! -f %t.convert_again/arrinstructbothmulti2.c
1010

clang/test/3C/arrinstructcallee.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// RUN: 3c -base-dir=%S -addcr %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" %s
33
// RUN: 3c -base-dir=%S -addcr %s -- | %clang -c -fcheckedc-extension -x c -o /dev/null -
44

5-
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %s
6-
// RUN: 3c -base-dir=%t.checked -p /dev/null -alltypes %t.checked/arrinstructcallee.c -- | diff %t.checked/arrinstructcallee.c -
5+
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %s --
6+
// RUN: 3c -base-dir=%t.checked -alltypes %t.checked/arrinstructcallee.c -- | diff %t.checked/arrinstructcallee.c -
77

88

99
/*********************************************************************************/

clang/test/3C/arrinstructcalleemulti1.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// RUN: 3c -base-dir=%S -addcr -alltypes -output-dir=%t.checkedALL %s %S/arrinstructcalleemulti2.c
2-
// RUN: 3c -base-dir=%S -addcr -output-dir=%t.checkedNOALL %s %S/arrinstructcalleemulti2.c
1+
// RUN: 3c -base-dir=%S -addcr -alltypes -output-dir=%t.checkedALL %s %S/arrinstructcalleemulti2.c --
2+
// RUN: 3c -base-dir=%S -addcr -output-dir=%t.checkedNOALL %s %S/arrinstructcalleemulti2.c --
33
// RUN: %clang -working-directory=%t.checkedNOALL -c arrinstructcalleemulti1.c arrinstructcalleemulti2.c
44
// RUN: FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" --input-file %t.checkedNOALL/arrinstructcalleemulti1.c %s
55
// RUN: FileCheck -match-full-lines -check-prefixes="CHECK_ALL","CHECK" --input-file %t.checkedALL/arrinstructcalleemulti1.c %s
6-
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %S/arrinstructcalleemulti2.c %s
7-
// RUN: 3c -base-dir=%t.checked -p /dev/null -alltypes -output-dir=%t.convert_again %t.checked/arrinstructcalleemulti1.c %t.checked/arrinstructcalleemulti2.c
6+
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %S/arrinstructcalleemulti2.c %s --
7+
// RUN: 3c -base-dir=%t.checked -alltypes -output-dir=%t.convert_again %t.checked/arrinstructcalleemulti1.c %t.checked/arrinstructcalleemulti2.c --
88
// RUN: test ! -f %t.convert_again/arrinstructcalleemulti1.c
99
// RUN: test ! -f %t.convert_again/arrinstructcalleemulti2.c
1010

clang/test/3C/arrinstructcalleemulti2.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// RUN: 3c -base-dir=%S -addcr -alltypes -output-dir=%t.checkedALL2 %S/arrinstructcalleemulti1.c %s
2-
// RUN: 3c -base-dir=%S -addcr -output-dir=%t.checkedNOALL2 %S/arrinstructcalleemulti1.c %s
1+
// RUN: 3c -base-dir=%S -addcr -alltypes -output-dir=%t.checkedALL2 %S/arrinstructcalleemulti1.c %s --
2+
// RUN: 3c -base-dir=%S -addcr -output-dir=%t.checkedNOALL2 %S/arrinstructcalleemulti1.c %s --
33
// RUN: %clang -working-directory=%t.checkedNOALL2 -c arrinstructcalleemulti1.c arrinstructcalleemulti2.c
44
// RUN: FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" --input-file %t.checkedNOALL2/arrinstructcalleemulti2.c %s
55
// RUN: FileCheck -match-full-lines -check-prefixes="CHECK_ALL","CHECK" --input-file %t.checkedALL2/arrinstructcalleemulti2.c %s
6-
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %S/arrinstructcalleemulti1.c %s
7-
// RUN: 3c -base-dir=%t.checked -p /dev/null -alltypes -output-dir=%t.convert_again %t.checked/arrinstructcalleemulti1.c %t.checked/arrinstructcalleemulti2.c
6+
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %S/arrinstructcalleemulti1.c %s --
7+
// RUN: 3c -base-dir=%t.checked -alltypes -output-dir=%t.convert_again %t.checked/arrinstructcalleemulti1.c %t.checked/arrinstructcalleemulti2.c --
88
// RUN: test ! -f %t.convert_again/arrinstructcalleemulti1.c
99
// RUN: test ! -f %t.convert_again/arrinstructcalleemulti2.c
1010

clang/test/3C/arrinstructcaller.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// RUN: 3c -base-dir=%S -addcr %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" %s
33
// RUN: 3c -base-dir=%S -addcr %s -- | %clang -c -fcheckedc-extension -x c -o /dev/null -
44

5-
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %s
6-
// RUN: 3c -base-dir=%t.checked -p /dev/null -alltypes %t.checked/arrinstructcaller.c -- | diff %t.checked/arrinstructcaller.c -
5+
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %s --
6+
// RUN: 3c -base-dir=%t.checked -alltypes %t.checked/arrinstructcaller.c -- | diff %t.checked/arrinstructcaller.c -
77

88

99
/*********************************************************************************/

clang/test/3C/arrinstructcallermulti1.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// RUN: 3c -base-dir=%S -addcr -alltypes -output-dir=%t.checkedALL %s %S/arrinstructcallermulti2.c
2-
// RUN: 3c -base-dir=%S -addcr -output-dir=%t.checkedNOALL %s %S/arrinstructcallermulti2.c
1+
// RUN: 3c -base-dir=%S -addcr -alltypes -output-dir=%t.checkedALL %s %S/arrinstructcallermulti2.c --
2+
// RUN: 3c -base-dir=%S -addcr -output-dir=%t.checkedNOALL %s %S/arrinstructcallermulti2.c --
33
// RUN: %clang -working-directory=%t.checkedNOALL -c arrinstructcallermulti1.c arrinstructcallermulti2.c
44
// RUN: FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" --input-file %t.checkedNOALL/arrinstructcallermulti1.c %s
55
// RUN: FileCheck -match-full-lines -check-prefixes="CHECK_ALL","CHECK" --input-file %t.checkedALL/arrinstructcallermulti1.c %s
6-
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %S/arrinstructcallermulti2.c %s
7-
// RUN: 3c -base-dir=%t.checked -p /dev/null -alltypes -output-dir=%t.convert_again %t.checked/arrinstructcallermulti1.c %t.checked/arrinstructcallermulti2.c
6+
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %S/arrinstructcallermulti2.c %s --
7+
// RUN: 3c -base-dir=%t.checked -alltypes -output-dir=%t.convert_again %t.checked/arrinstructcallermulti1.c %t.checked/arrinstructcallermulti2.c --
88
// RUN: test ! -f %t.convert_again/arrinstructcallermulti1.c
99
// RUN: test ! -f %t.convert_again/arrinstructcallermulti2.c
1010

clang/test/3C/arrinstructcallermulti2.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// RUN: 3c -base-dir=%S -addcr -alltypes -output-dir=%t.checkedALL2 %S/arrinstructcallermulti1.c %s
2-
// RUN: 3c -base-dir=%S -addcr -output-dir=%t.checkedNOALL2 %S/arrinstructcallermulti1.c %s
1+
// RUN: 3c -base-dir=%S -addcr -alltypes -output-dir=%t.checkedALL2 %S/arrinstructcallermulti1.c %s --
2+
// RUN: 3c -base-dir=%S -addcr -output-dir=%t.checkedNOALL2 %S/arrinstructcallermulti1.c %s --
33
// RUN: %clang -working-directory=%t.checkedNOALL2 -c arrinstructcallermulti1.c arrinstructcallermulti2.c
44
// RUN: FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" --input-file %t.checkedNOALL2/arrinstructcallermulti2.c %s
55
// RUN: FileCheck -match-full-lines -check-prefixes="CHECK_ALL","CHECK" --input-file %t.checkedALL2/arrinstructcallermulti2.c %s
6-
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %S/arrinstructcallermulti1.c %s
7-
// RUN: 3c -base-dir=%t.checked -p /dev/null -alltypes -output-dir=%t.convert_again %t.checked/arrinstructcallermulti1.c %t.checked/arrinstructcallermulti2.c
6+
// RUN: 3c -base-dir=%S -alltypes -output-dir=%t.checked %S/arrinstructcallermulti1.c %s --
7+
// RUN: 3c -base-dir=%t.checked -alltypes -output-dir=%t.convert_again %t.checked/arrinstructcallermulti1.c %t.checked/arrinstructcallermulti2.c --
88
// RUN: test ! -f %t.convert_again/arrinstructcallermulti1.c
99
// RUN: test ! -f %t.convert_again/arrinstructcallermulti2.c
1010

0 commit comments

Comments
 (0)