aboutsummaryrefslogtreecommitdiff
path: root/tools/c-index-test/CMakeLists.txt
AgeCommit message (Expand)Author
2011-02-19Re-instate r125819 and r125820 with no functionality changePeter Collingbourne
2011-02-19Revert 125820 and 125819 to fix PR9266.Rafael Espindola
2011-02-18Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne
2011-02-10CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi
2010-09-13Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer
2010-09-10CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer
2010-09-09Clean up CMake dependenciesDouglas Gregor
2010-08-20Another step in the process of making the parser depend on Sema:John McCall
2010-08-17Reintroduce the serialization library, with fixed dependencies.Sebastian Redl
2010-04-30Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar
2009-12-02Normalize CIndex/c-index-test/index-test link lines in the hopes it will fixDaniel Dunbar
2009-12-02Fix relative ordering of Analyis library.Daniel Dunbar
2009-12-01Add ASTUnit::LoadFromCompilerInvocation, which does what it says.Daniel Dunbar
2009-10-05Make sure that c-index-test links as a C++ executableDouglas Gregor
2009-08-28Lot's of little changes to get the C-based indexing API going...Steve Naroff