1. b29d3e7 Revert 148045 to fix the bots. by Rafael Espindola · 13 years ago
  2. 9f141c4 Add a SONAME to the libclang library. Patch by Sylvestre Ledru. by Rafael Espindola · 13 years ago
  3. 9621019 [libclang] Fix linker error in buildbots. by Argyrios Kyrtzidis · 13 years ago
  4. 69325d5 [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option. by Argyrios Kyrtzidis · 13 years ago
  5. 944eadb Remove more unnecessary dependencies now that the Frontend -> ARCMigrate by Chandler Carruth · 13 years ago
  6. ba45fab Remove ARCMigrate from more builds that it isn't needed in now that the by Chandler Carruth · 13 years ago
  7. ae44642 ARCMigrate depends on libAnalysis, and on unhelpful linkers must appear by John McCall · 13 years ago
  8. 979b423 Grr. Of course libARCMigrate depends on libRewrite. This is a lot to be by John McCall · 13 years ago
  9. a586c74 libFrontend depends on ARCMigrate, so link it into libclang. by John McCall · 13 years ago
  10. 4b93d66 Re-instate r125819 and r125820 with no functionality change by Peter Collingbourne · 14 years ago
  11. 96b1d4b Revert 125820 and 125819 to fix PR9266. by Rafael Espindola · 14 years ago
  12. 906c73f Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction by Peter Collingbourne · 14 years ago
  13. 1951085 Another step in the process of making the parser depend on Sema: by John McCall · 14 years ago
  14. 57b5b4a libclang/Darwin: Always set the compatibility version in the dylib. by Daniel Dunbar · 14 years ago
  15. 8572813 Reintroduce the serialization library, with fixed dependencies. by Sebastian Redl · 14 years ago
  16. e638f86 Remove the last bit of the Clang Serialization library, for now by Douglas Gregor · 14 years ago
  17. 9baa8b0 Add the clangSerialization library to libclang. by Dan Gohman · 14 years ago
  18. f9ae8f9 build: Don't pass -avoid-version or -no-undefined on Darwin, they don't do by Daniel Dunbar · 14 years ago
  19. a6d6af3 Revert r109546, it broke linux build. by Argyrios Kyrtzidis · 14 years ago
  20. ee94e2d Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneration into a new function, by Argyrios Kyrtzidis · 14 years ago
  21. c9f362d Makefiles: Remove unnecessary early include of Makefile.config. by Daniel Dunbar · 14 years ago
  22. c4dec1c Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles. by Daniel Dunbar · 14 years ago
  23. afed099 Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. by Daniel Dunbar · 14 years ago
  24. f0229d8 Change install_name for libclang.dylib to '@rpath/libclang.dylib'. Fixes <rdar://problem/7987039>. by Ted Kremenek · 14 years ago
  25. f51f20f Rename 'CIndex' to 'libclang', since it has basically become our stable public by Daniel Dunbar · 14 years ago[Renamed (93%) from tools/CIndex/Makefile]
  26. e42e987 Convert libCIndex to use the new native EXPORTED_SYMBOL_FILE mechanism. by Dan Gohman · 14 years ago
  27. 3352406 Allow users to set CPPFLAGS and CXXFLAGS on the make command line. by Jeffrey Yasskin · 14 years ago
  28. 0bb46d2 -fno-rtti is now the default. by Chris Lattner · 15 years ago
  29. a030b7c Eliminate CIndex's dependency on the Clang Index library, since we by Douglas Gregor · 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. 7896ea1 this also depends on libDriver. this almost fixes the build problems of c-index-test by Nuno Lopes · 15 years ago
  32. 286bf95 Add some missing libraries. by Daniel Dunbar · 15 years ago
  33. 80088a9 Add CIndex dependencies: libLLVMC and libclangSema (for IdentifierResolver). by Ted Kremenek · 15 years ago
  34. 2349672 Tweak CIndex file to resolve to linking issues with the clang libraries. In by Ted Kremenek · 15 years ago
  35. d2fa566 Add initial boilerplate for CIndex, a shared library that will vend high-level by Ted Kremenek · 15 years ago