llvm-project/clang/tools/c-index-test
Steve Naroff 58bd62d190 Remove _clang_initCXLookupHint() and _clang_getCursorWithHint(). Related to <rdar://problem/7310688>.
Localize the optimization to ResolveLocationInAST(). The last valid AST location is now stored with ASTUnit. There still isn't optimal, however it's an improvement (with a much cleaner API). Having the client manage an "hint" is error prone and complex.

I wanted to land the major changes before finishing up the optimizations. 

llvm-svn: 85425
2009-10-28 20:44:47 +00:00
..
CMakeLists.txt Make sure that c-index-test links as a C++ executable 2009-10-05 22:29:42 +00:00
Makefile Lot's of little changes to get the C-based indexing API going... 2009-08-28 15:28:48 +00:00
c-index-test.c Remove _clang_initCXLookupHint() and _clang_getCursorWithHint(). Related to <rdar://problem/7310688>. 2009-10-28 20:44:47 +00:00