summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/get-cursor-includes.c
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-12-21 19:07:48 +0000
committerDouglas Gregor <dgregor@apple.com>2010-12-21 19:07:48 +0000
commitfd4da713435a470be221ae1b823b3cb8ef518a60 (patch)
tree03b19de191f68e4c9769fea079d6bb6d8888479e /clang/test/Index/get-cursor-includes.c
parent2a7ff9997995a26d33603ac69ceb1ed66d701e5a (diff)
downloadbcm5719-llvm-fd4da713435a470be221ae1b823b3cb8ef518a60.tar.gz
bcm5719-llvm-fd4da713435a470be221ae1b823b3cb8ef518a60.zip
When determining which preprocessed entities to traverse in libclang,
take into account the region of interest. Otherwise, we may fail to traverse some important preprocessed entity cursors. Fixes <rdar://problem/8554072>. llvm-svn: 122350
Diffstat (limited to 'clang/test/Index/get-cursor-includes.c')
-rw-r--r--clang/test/Index/get-cursor-includes.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/clang/test/Index/get-cursor-includes.c b/clang/test/Index/get-cursor-includes.c
new file mode 100644
index 00000000000..68d64f14467
--- /dev/null
+++ b/clang/test/Index/get-cursor-includes.c
@@ -0,0 +1,7 @@
+#include "get-cursor-includes-2.h"
+#include "get-cursor-includes-2.h"
+
+// RUN: c-index-test -write-pch %t.h.pch -I%S/Inputs -Xclang -detailed-preprocessing-record %S/Inputs/get-cursor-includes-2.h
+// RUN: c-index-test -cursor-at=%S/Inputs/get-cursor-includes-2.h:1:5 -I%S/Inputs -include %t.h %s | FileCheck %s
+
+// CHECK: inclusion directive=get-cursor-includes-1.h
OpenPOWER on IntegriCloud