1. aee388b c-index-test/Makefile: Add clangFormat to USEDLIBS for libclang-unavailable hosts. by NAKAMURA Takumi · 12 years ago
  2. 02db365 c-index-test/Makefile: Reformat. by NAKAMURA Takumi · 12 years ago
  3. fc1b1bb [c-index-test] Do install c-index-test because it's not just for tests, by Argyrios Kyrtzidis · 12 years ago
  4. a59114b c-arcmt-test, c-index-test: Appease Cygwin, to link to libclang.a, not clang.dll. by NAKAMURA Takumi · 12 years ago
  5. 67bf7dd c-index-test Makefile: fix build on Linux. Reviewed by Eric Christopher. by Dmitri Gribenko · 12 years ago
  6. f303d4c libclang API for comment-to-xml conversion. by Dmitri Gribenko · 12 years ago
  7. 0bc35e9 Include clang-check as part of the clang installation. by David Blaikie · 12 years ago
  8. e7e9332 c-index-test/Makefile: Tweak USEDLIBS for cygwin. cygclang.dll is not linked to c-index-test yet. by NAKAMURA Takumi · 12 years ago
  9. f95d412 Fix a big layering violation introduced by r158771. by Chandler Carruth · 12 years ago
  10. aa0cd85 Structured comment parsing, first step. by Dmitri Gribenko · 12 years ago
  11. ba8be8c Kill the last vestiges of clangIndex by Douglas Gregor · 12 years ago
  12. 74d2a9c Update library dependencies to add clangEdit on c-index-test and c-arcmt-test. by NAKAMURA Takumi · 13 years ago
  13. 3e627ae Install c-index-test and clang-c/Index.h as internal files. rdar://10217046 by Bob Wilson · 13 years ago
  14. d1223d8 Install c-index-test as part of install-clang-c Makefile rule. by Ted Kremenek · 13 years ago
  15. bb54093 Fix linker problem in buildbot. by Argyrios Kyrtzidis · 13 years ago
  16. ba45fab Remove ARCMigrate from more builds that it isn't needed in now that the by Chandler Carruth · 13 years ago
  17. 119bf6b c-index-test also depends on ARCMigrate, oh boy by John McCall · 13 years ago
  18. c480ac8 [PR9321] "make install" does not need install c-index-test. It is used for testing. by NAKAMURA Takumi · 14 years ago
  19. 4b93d66 Re-instate r125819 and r125820 with no functionality change by Peter Collingbourne · 14 years ago
  20. 96b1d4b Revert 125820 and 125819 to fix PR9266. by Rafael Espindola · 14 years ago
  21. 906c73f Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction by Peter Collingbourne · 14 years ago
  22. 1951085 Another step in the process of making the parser depend on Sema: by John McCall · 14 years ago
  23. 8572813 Reintroduce the serialization library, with fixed dependencies. by Sebastian Redl · 14 years ago
  24. c9f362d Makefiles: Remove unnecessary early include of Makefile.config. by Daniel Dunbar · 14 years ago
  25. c4dec1c Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles. by Daniel Dunbar · 14 years ago
  26. afed099 Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. by Daniel Dunbar · 14 years ago
  27. f51f20f Rename 'CIndex' to 'libclang', since it has basically become our stable public by Daniel Dunbar · 14 years ago
  28. 25cf7b4 Move include installation steps to better location, inside each include dir instead of at the top-level. by Daniel Dunbar · 14 years ago
  29. 0bb46d2 -fno-rtti is now the default. by Chris Lattner · 15 years ago
  30. 467f030 Normalize CIndex/c-index-test/index-test link lines in the hopes it will fix by Daniel Dunbar · 15 years ago
  31. d378181 Fix relative ordering of Analyis library. by Daniel Dunbar · 15 years ago
  32. 521bf9c Add ASTUnit::LoadFromCompilerInvocation, which does what it says. by Daniel Dunbar · 15 years ago
  33. 5039819 Lot's of little changes to get the C-based indexing API going... by Steve Naroff · 15 years ago