Age | Commit message (Expand) | Author |
2013-01-22 | libclang: Update comment about USEDLIBS in c-*-test/Makefile. | NAKAMURA Takumi |
2013-01-20 | Add bitreader to LINK_COMPONENTS in users of libclang, c-arcmt-test and c-ind... | NAKAMURA Takumi |
2012-12-20 | c-index-test/Makefile: Add clangFormat to USEDLIBS for libclang-unavailable h... | NAKAMURA Takumi |
2012-12-20 | c-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-10 | c-arcmt-test, c-index-test: Appease Cygwin, to link to libclang.a, not clang.... | NAKAMURA Takumi |
2012-08-07 | c-index-test Makefile: fix build on Linux. Reviewed by Eric Christopher. | Dmitri Gribenko |
2012-08-07 | libclang API for comment-to-xml conversion. | Dmitri Gribenko |
2012-07-31 | Include clang-check as part of the clang installation. | David Blaikie |
2012-07-01 | c-index-test/Makefile: Tweak USEDLIBS for cygwin. cygclang.dll is not linked ... | NAKAMURA Takumi |
2012-06-20 | Fix a big layering violation introduced by r158771. | Chandler Carruth |
2012-06-20 | Structured comment parsing, first step. | Dmitri Gribenko |
2012-04-13 | Kill the last vestiges of clangIndex | Douglas Gregor |
2012-03-11 | Update library dependencies to add clangEdit on c-index-test and c-arcmt-test. | NAKAMURA Takumi |
2011-11-28 | Install c-index-test and clang-c/Index.h as internal files. rdar://10217046 | Bob Wilson |
2011-09-28 | Install c-index-test as part of install-clang-c Makefile rule. | Ted Kremenek |
2011-07-09 | Fix linker problem in buildbot. | Argyrios Kyrtzidis |
2011-06-16 | Remove ARCMigrate from more builds that it isn't needed in now that the | Chandler Carruth |
2011-06-16 | c-index-test also depends on ARCMigrate, oh boy | John McCall |
2011-02-28 | [PR9321] "make install" does not need install c-index-test. It is used for te... | NAKAMURA Takumi |
2011-02-19 | Re-instate r125819 and r125820 with no functionality change | Peter Collingbourne |
2011-02-19 | Revert 125820 and 125819 to fix PR9266. | Rafael Espindola |
2011-02-18 | Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction | Peter Collingbourne |
2010-08-20 | Another step in the process of making the parser depend on Sema: | John McCall |
2010-08-17 | Reintroduce the serialization library, with fixed dependencies. | Sebastian Redl |
2010-06-08 | Makefiles: Remove unnecessary early include of Makefile.config. | Daniel Dunbar |
2010-06-08 | Makefiles: Set Clang CPP compiler flags in a single location, instead of scat... | Daniel Dunbar |
2010-06-08 | Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. | Daniel Dunbar |
2010-04-30 | Rename 'CIndex' to 'libclang', since it has basically become our stable public | Daniel Dunbar |
2010-04-30 | Move 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-02 | Normalize CIndex/c-index-test/index-test link lines in the hopes it will fix | Daniel Dunbar |
2009-12-02 | Fix relative ordering of Analyis library. | Daniel Dunbar |
2009-12-01 | Add ASTUnit::LoadFromCompilerInvocation, which does what it says. | Daniel Dunbar |
2009-08-28 | Lot's of little changes to get the C-based indexing API going... | Steve Naroff |