summaryrefslogtreecommitdiff
path: root/tools/c-index-test/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [clang] Switch to LLVM_ENABLE_IDEShoaib Meenai2019-02-201-1/+1
* [CMAKE][c-index-test] Honor CMAKE_OSX_SYSROOT to compute include dir for libxml2Bruno Cardoso Lopes2018-06-141-1/+5
* [clang] Add PRIVATE to target_link_librariesShoaib Meenai2017-12-061-0/+1
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-1/+2
* [clang] Use add_llvm_install_targetsShoaib Meenai2017-11-301-5/+3
* Fix the static build.Rafael Espindola2017-02-151-0/+1
* [c-index-test] CMake: add missing reference to clangSerialization library.Argyrios Kyrtzidis2017-01-301-0/+1
* [c-index-test] Provide capability for 'c-index-test core' to dump symbol info...Argyrios Kyrtzidis2017-01-291-0/+1
* [c-index-test] CMake: When installing c-index-test to a different prefix dire...Argyrios Kyrtzidis2016-02-201-0/+2
* c-index-test: Fix libdeps corresponding to r260841.NAKAMURA Takumi2016-02-141-0/+3
* [index] Enhance c-index-test tool and have it link and test the clangIndex li...Argyrios Kyrtzidis2016-02-141-0/+7
* [CMake] Don't install c-index-test when LLVM_INSTALL_TOOLCHAIN_ONLY=ON.Argyrios Kyrtzidis2015-11-131-14/+16
* [CMake] If 'INTERNAL_INSTALL_PREFIX' is set, use it for determining the insta...Argyrios Kyrtzidis2015-11-131-6/+15
* Fix c-index-test install pathIsmail Donmez2015-11-121-1/+1
* [CMake] Setup an install component for libclang and c-index-test.Argyrios Kyrtzidis2015-11-121-0/+9
* Support LLVM_BUILD_STATIC.Rafael Espindola2014-11-051-2/+8
* Use -std=gnu89 in tools/c-index-test/CMakeLists.txtRafael Espindola2014-01-081-1/+1
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-101-5/+0
* c-index-test/CMakeLists.txt: Suggest -isystem to include libxml2 with include...NAKAMURA Takumi2013-07-091-1/+1
* [CMake] Move libxml2 stuff from clang to llvm/cmake.NAKAMURA Takumi2012-12-141-2/+1
* Force C89 for c-index-test.cDmitri Gribenko2012-11-071-0/+7
* libclang API for comment-to-xml conversion.Dmitri Gribenko2012-08-071-0/+7
* Include clang-check as part of the clang installation.David Blaikie2012-07-311-2/+0
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-211-2/+4
* Install c-index-test also on CMake build, following up r140681.NAKAMURA Takumi2011-09-281-0/+1
* Re-instate r125819 and r125820 with no functionality changePeter Collingbourne2011-02-191-2/+1
* Revert 125820 and 125819 to fix PR9266.Rafael Espindola2011-02-191-1/+2
* Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne2011-02-181-2/+1
* CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi2011-02-101-2/+0
* Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer2010-09-131-4/+8
* CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer2010-09-101-8/+4
* Clean up CMake dependenciesDouglas Gregor2010-09-091-13/+1
* Another step in the process of making the parser depend on Sema:John McCall2010-08-201-1/+1
* Reintroduce the serialization library, with fixed dependencies.Sebastian Redl2010-08-171-0/+1
* Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar2010-04-301-1/+1
* Normalize CIndex/c-index-test/index-test link lines in the hopes it will fixDaniel Dunbar2009-12-021-0/+1
* Fix relative ordering of Analyis library.Daniel Dunbar2009-12-021-1/+1
* Add ASTUnit::LoadFromCompilerInvocation, which does what it says.Daniel Dunbar2009-12-011-0/+3
* Make sure that c-index-test links as a C++ executableDouglas Gregor2009-10-051-0/+5
* Lot's of little changes to get the C-based indexing API going...Steve Naroff2009-08-281-0/+20