llvm-project/clang/test/Index/Inputs/get-cursor-includes-1.h
Douglas Gregor fd4da71343 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
2010-12-21 19:07:48 +00:00

7 lines
117 B
C

#ifndef GET_CURSOR_INCLUDES_1_H
#define GET_CURSOR_INCLUDES_1_H
extern int blah;
#endif // GET_CURSOR_INCLUDES_1_H