Mercurial > hg > CbC > CbC_llvm
annotate clang/test/Index/preamble-reparse-import.m @ 207:2e18cbf3894f
LLVM12
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:07:14 +0900 |
parents | 1d019706d866 |
children | c4bab56944e8 |
rev | line source |
---|---|
150 | 1 // RUN: c-index-test -write-pch %t.h.pch -x objective-c %s-2.h |
2 // RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_FAILONERROR=1 \ | |
3 // RUN: c-index-test -test-load-source-reparse 3 local %s -include %t.h | |
4 // RUN: c-index-test -write-pch %t.h.pch -x objective-c %s-3.h | |
5 // RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_FAILONERROR=1 \ | |
6 // RUN: c-index-test -test-load-source-reparse 3 local %s -include %t.h | |
7 | |
8 #import "preamble-reparse-import.m-1.h" | |
9 | |
10 void foo(); | |
11 #import "preamble-reparse-import.m-2.h" | |
12 #import "preamble-reparse-import.m-1.h" |