llvm-project/clang/tools/c-index-test
Douglas Gregor 78254c8880 Introduce a new libclang API to determine the parent context of a code
completion item. For example, if the code completion itself represents
a declaration in a namespace (say, std::vector), then this API
retrieves the cursor kind and name of the namespace (std). Implements
<rdar://problem/11121951>.

llvm-svn: 153545
2012-03-27 23:34:16 +00:00
..
CMakeLists.txt Install c-index-test also on CMake build, following up r140681. 2011-09-28 10:50:23 +00:00
Makefile Update library dependencies to add clangEdit on c-index-test and c-arcmt-test. 2012-03-11 08:04:40 +00:00
c-index-test.c Introduce a new libclang API to determine the parent context of a code 2012-03-27 23:34:16 +00:00