aboutsummaryrefslogtreecommitdiff
path: root/tools/c-index-test/Makefile
AgeCommit message (Expand)Author
2013-01-22libclang: Update comment about USEDLIBS in c-*-test/Makefile.NAKAMURA Takumi
2013-01-20Add bitreader to LINK_COMPONENTS in users of libclang, c-arcmt-test and c-ind...NAKAMURA Takumi
2012-12-20c-index-test/Makefile: Add clangFormat to USEDLIBS for libclang-unavailable h...NAKAMURA Takumi
2012-12-20c-index-test/Makefile: Reformat.NAKAMURA Takumi
2012-11-06[c-index-test] Do install c-index-test because it's not just for tests,Argyrios Kyrtzidis
2012-08-10c-arcmt-test, c-index-test: Appease Cygwin, to link to libclang.a, not clang....NAKAMURA Takumi
2012-08-07c-index-test Makefile: fix build on Linux. Reviewed by Eric Christopher.Dmitri Gribenko
2012-08-07libclang API for comment-to-xml conversion.Dmitri Gribenko
2012-07-31Include clang-check as part of the clang installation.David Blaikie
2012-07-01c-index-test/Makefile: Tweak USEDLIBS for cygwin. cygclang.dll is not linked ...NAKAMURA Takumi
2012-06-20Fix a big layering violation introduced by r158771.Chandler Carruth
2012-06-20Structured comment parsing, first step.Dmitri Gribenko
2012-04-13Kill the last vestiges of clangIndexDouglas Gregor
2012-03-11Update library dependencies to add clangEdit on c-index-test and c-arcmt-test.NAKAMURA Takumi
2011-11-28Install c-index-test and clang-c/Index.h as internal files. rdar://10217046Bob Wilson
2011-09-28Install c-index-test as part of install-clang-c Makefile rule.Ted Kremenek
2011-07-09Fix linker problem in buildbot.Argyrios Kyrtzidis
2011-06-16Remove ARCMigrate from more builds that it isn't needed in now that theChandler Carruth
2011-06-16c-index-test also depends on ARCMigrate, oh boyJohn McCall
2011-02-28[PR9321] "make install" does not need install c-index-test. It is used for te...NAKAMURA Takumi
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
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-06-08Makefiles: Remove unnecessary early include of Makefile.config.Daniel Dunbar
2010-06-08Makefiles: Set Clang CPP compiler flags in a single location, instead of scat...Daniel Dunbar
2010-06-08Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar
2010-04-30Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar
2010-04-30Move include installation steps to better location, inside each include dir i...Daniel Dunbar
2010-01-24-fno-rtti is now the default.Chris Lattner
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-08-28Lot's of little changes to get the C-based indexing API going...Steve Naroff