зеркало из https://github.com/microsoft/clang-1.git
Add -fblocks.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77571 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
cddab4aed4
Коммит
218e0b701c
|
@ -1,5 +1,5 @@
|
|||
// RUN: clang-cc -emit-pch %S/t1.c -o %t1.ast &&
|
||||
// RUN: clang-cc -emit-pch %S/t2.c -o %t2.ast &&
|
||||
// RUN: clang-cc -fblocks -emit-pch %S/t1.c -o %t1.ast &&
|
||||
// RUN: clang-cc -fblocks -emit-pch %S/t2.c -o %t2.ast &&
|
||||
|
||||
// RUN: index-test %t1.ast %t2.ast -point-at %S/t1.c:8:7 -print-decls > %t &&
|
||||
// RUN: cat %t | count 3 &&
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// RUN: clang-cc -emit-pch %S/t1.c -o %t1.ast &&
|
||||
// RUN: clang-cc -emit-pch %S/t2.c -o %t2.ast &&
|
||||
// RUN: clang-cc -fblocks -emit-pch %S/t1.c -o %t1.ast &&
|
||||
// RUN: clang-cc -fblocks -emit-pch %S/t2.c -o %t2.ast &&
|
||||
|
||||
// RUN: index-test %t1.ast %t2.ast -point-at %S/foo.h:1:14 -print-defs > %t &&
|
||||
// RUN: cat %t | count 1 &&
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// RUN: clang-cc -emit-pch %S/t1.c -o %t1.ast &&
|
||||
// RUN: clang-cc -emit-pch %S/t2.c -o %t2.ast &&
|
||||
// RUN: clang-cc -fblocks -emit-pch %S/t1.c -o %t1.ast &&
|
||||
// RUN: clang-cc -fblocks -emit-pch %S/t2.c -o %t2.ast &&
|
||||
|
||||
// RUN: index-test %t1.ast %t2.ast -point-at %S/foo.h:1:14 -print-refs > %t &&
|
||||
// RUN: cat %t | count 4 &&
|
||||
|
|
Загрузка…
Ссылка в новой задаче