summaryrefslogtreecommitdiffstats
path: root/tools/c-index-test/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Kill the last vestiges of clangIndexDouglas Gregor2012-04-131-1/+1
* Update library dependencies to add clangEdit on c-index-test and c-arcmt-test.NAKAMURA Takumi2012-03-111-1/+1
* Install c-index-test and clang-c/Index.h as internal files. rdar://10217046Bob Wilson2011-11-281-0/+4
* Install c-index-test as part of install-clang-c Makefile rule.Ted Kremenek2011-09-281-3/+0
* Fix linker problem in buildbot.Argyrios Kyrtzidis2011-07-091-1/+1
* Remove ARCMigrate from more builds that it isn't needed in now that theChandler Carruth2011-06-161-2/+1
* c-index-test also depends on ARCMigrate, oh boyJohn McCall2011-06-161-2/+3
* [PR9321] "make install" does not need install c-index-test. It is used for te...NAKAMURA Takumi2011-02-281-0/+3
* Re-instate r125819 and r125820 with no functionality changePeter Collingbourne2011-02-191-1/+1
* Revert 125820 and 125819 to fix PR9266.Rafael Espindola2011-02-191-1/+1
* Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne2011-02-181-1/+1
* Another step in the process of making the parser depend on Sema:John McCall2010-08-201-2/+2
* Reintroduce the serialization library, with fixed dependencies.Sebastian Redl2010-08-171-2/+3
* Makefiles: Remove unnecessary early include of Makefile.config.Daniel Dunbar2010-06-081-2/+0
* Makefiles: Set Clang CPP compiler flags in a single location, instead of scat...Daniel Dunbar2010-06-081-1/+0
* Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar2010-06-081-3/+3
* Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar2010-04-301-1/+1
* Move include installation steps to better location, inside each include dir i...Daniel Dunbar2010-04-301-1/+0
* -fno-rtti is now the default.Chris Lattner2010-01-241-1/+0
* Normalize CIndex/c-index-test/index-test link lines in the hopes it will fixDaniel Dunbar2009-12-021-1/+1
* Fix relative ordering of Analyis library.Daniel Dunbar2009-12-021-2/+2
* Add ASTUnit::LoadFromCompilerInvocation, which does what it says.Daniel Dunbar2009-12-011-1/+2
* Lot's of little changes to get the C-based indexing API going...Steve Naroff2009-08-281-0/+24