1. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  2. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  3. a898a41 Add irreader to the component list, because ParseIR is called. by Bill Wendling · 11 years ago
  4. b1e25a1 [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 11 years ago
  5. 305c613 Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. by Ted Kremenek · 12 years ago
  6. 247c719 clang-interpreter/Makefile: [PR12313] Update USEDLIBS to add clangEdit. by NAKAMURA Takumi · 13 years ago
  7. 22a7dfe Add support for lazily linking bitcode files (using a new by Peter Collingbourne · 13 years ago
  8. 3eada1e Put Parse before Sema on the link line since parse depends on sema. by Nick Lewycky · 13 years ago
  9. e190e51 Fix Makefile build of examples/clang-interpreter. by Nico Weber · 13 years ago
  10. e817771 [analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/AnalysisConsumer.cpp into Frontend lib. by Argyrios Kyrtzidis · 14 years ago
  11. 2114258 Chris Lattner has strong opinions about directory layout. :) by Ted Kremenek · 14 years ago
  12. 3a8f40e Rename headers: 'clang/GR' 'clang/EntoSA' and update Makefile. by Ted Kremenek · 14 years ago
  13. a7af5ea [analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own library, libclangGRCheckers by Argyrios Kyrtzidis · 14 years ago
  14. bce30c5 [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclangGRCore by Argyrios Kyrtzidis · 14 years ago
  15. f0a5d6f clang-interpreter: libFrontend depends on libSerialization. Fix linux build by changing the link order. by Benjamin Kramer · 14 years ago
  16. 07a57e0 Add Serialization dependency to clang-interpreter by Peter Collingbourne · 14 years ago
  17. c9f362d Makefiles: Remove unnecessary early include of Makefile.config. by Daniel Dunbar · 14 years ago
  18. c4dec1c Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles. by Daniel Dunbar · 14 years ago
  19. afed099 Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. by Daniel Dunbar · 14 years ago
  20. b15894e Update LINK_COMPONENTS for examples. by Daniel Dunbar · 14 years ago
  21. 8799299 Add comment by Kovarththanan Rajaratnam · 15 years ago
  22. e224628 Add a minimal C interpreter example. by Daniel Dunbar · 15 years ago