1. 3e627ae Install c-index-test and clang-c/Index.h as internal files. rdar://10217046 by Bob Wilson · 13 years ago
  2. d1223d8 Install c-index-test as part of install-clang-c Makefile rule. by Ted Kremenek · 13 years ago
  3. bb54093 Fix linker problem in buildbot. by Argyrios Kyrtzidis · 13 years ago
  4. ba45fab Remove ARCMigrate from more builds that it isn't needed in now that the by Chandler Carruth · 13 years ago
  5. 119bf6b c-index-test also depends on ARCMigrate, oh boy by John McCall · 13 years ago
  6. c480ac8 [PR9321] "make install" does not need install c-index-test. It is used for testing. by NAKAMURA Takumi · 13 years ago
  7. 4b93d66 Re-instate r125819 and r125820 with no functionality change by Peter Collingbourne · 13 years ago
  8. 96b1d4b Revert 125820 and 125819 to fix PR9266. by Rafael Espindola · 13 years ago
  9. 906c73f Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction by Peter Collingbourne · 13 years ago
  10. 1951085 Another step in the process of making the parser depend on Sema: by John McCall · 14 years ago
  11. 8572813 Reintroduce the serialization library, with fixed dependencies. by Sebastian Redl · 14 years ago
  12. c9f362d Makefiles: Remove unnecessary early include of Makefile.config. by Daniel Dunbar · 14 years ago
  13. c4dec1c Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles. by Daniel Dunbar · 14 years ago
  14. afed099 Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. by Daniel Dunbar · 14 years ago
  15. f51f20f Rename 'CIndex' to 'libclang', since it has basically become our stable public by Daniel Dunbar · 14 years ago
  16. 25cf7b4 Move include installation steps to better location, inside each include dir instead of at the top-level. by Daniel Dunbar · 14 years ago
  17. 0bb46d2 -fno-rtti is now the default. by Chris Lattner · 14 years ago
  18. 467f030 Normalize CIndex/c-index-test/index-test link lines in the hopes it will fix by Daniel Dunbar · 15 years ago
  19. d378181 Fix relative ordering of Analyis library. by Daniel Dunbar · 15 years ago
  20. 521bf9c Add ASTUnit::LoadFromCompilerInvocation, which does what it says. by Daniel Dunbar · 15 years ago
  21. 5039819 Lot's of little changes to get the C-based indexing API going... by Steve Naroff · 15 years ago