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