summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/annotate-comments-objc.m
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2015-08-05 17:23:59 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2015-08-05 17:23:59 +0000
commit819f9ffe855029626040b1a09bdfefbf61cbd9a6 (patch)
tree5226c195265e7a196030a1afe23edd70d2878ed3 /clang/test/Index/annotate-comments-objc.m
parent9ade6a9a747c49383ac747bd8ffaa6a0beaef71c (diff)
downloadbcm5719-llvm-819f9ffe855029626040b1a09bdfefbf61cbd9a6.tar.gz
bcm5719-llvm-819f9ffe855029626040b1a09bdfefbf61cbd9a6.zip
[test/Index] Update libclang tests to use libclang for creating PCH files.
This is consistent and tests the primary configuration we want to test, libclang creating and consuming PCH files. llvm-svn: 244066
Diffstat (limited to 'clang/test/Index/annotate-comments-objc.m')
-rw-r--r--clang/test/Index/annotate-comments-objc.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Index/annotate-comments-objc.m b/clang/test/Index/annotate-comments-objc.m
index a8eaa0b0388..471bc2bcb21 100644
--- a/clang/test/Index/annotate-comments-objc.m
+++ b/clang/test/Index/annotate-comments-objc.m
@@ -69,6 +69,7 @@ typedef struct Struct_notdoxy *typedef_isdoxy1;
// RUN: %clang_cc1 -emit-pch -o %t/out.pch -F %S/Inputs/Frameworks %s
// RUN: %clang_cc1 -include-pch %t/out.pch -F %S/Inputs/Frameworks -fsyntax-only %s
+// RUN: c-index-test -write-pch %t/out.pch -F %S/Inputs/Frameworks %s
// RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-schema.rng %s -F %S/Inputs/Frameworks > %t/out.c-index-direct
// RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-schema.rng %s -F %S/Inputs/Frameworks -fmodules -fmodules-cache-path=%t/module-cache > %t/out.c-index-modules
// RUN: c-index-test -test-load-tu %t/out.pch all -F %S/Inputs/Frameworks > %t/out.c-index-pch
OpenPOWER on IntegriCloud