1. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  2. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 9 years ago
  3. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  4. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  5. b1e25a1 [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 11 years ago
  6. bf75e2b clang-check: add missing space in Makefile by Hans Wennborg · 11 years ago
  7. a888813 clang-check: Link the static analyzer in the Makefile build too. by Benjamin Kramer · 11 years ago
  8. 373b807 Add support for static analysis to clang-check by Pavel Labath · 11 years ago
  9. 88c2004 clang-check: Enable specification of additional compiler arguments by Pavel Labath · 11 years ago
  10. 5975b67 these now depend on the bitcode reader too. by Chris Lattner · 11 years ago
  11. b8238b6 clang-check: Introduce llvm::sys::PrintStackTraceOnErrorSignal() by NAKAMURA Takumi · 11 years ago
  12. b1f67db Style and Doc fix for CommonOptionsParser by Edwin Vane · 11 years ago
  13. 1215057 clang-check: Add clangRewriteCore.a to the Makefile build to make it link again. by Benjamin Kramer · 12 years ago
  14. 5e5f726 As opposed to the clang-fixit tool described on by Daniel Jasper · 12 years ago
  15. 18857f7 Workaround for MacOSX build failure with gcc <= 4.4 by Alexander Kornienko · 12 years ago
  16. c80ca02 Fixed http://llvm.org/bugs/show_bug.cgi?id=13777 by Alexander Kornienko · 12 years ago
  17. 6fbe982 Updated LibTooling.html, minor improvements in CommonOptionsParser by Alexander Kornienko · 12 years ago
  18. d7166b0 Reverted clang-check to fully supported CommandLine Library use-case: global by Alexander Kornienko · 12 years ago
  19. 4846470 Implemented -ast-dump, -ast-print, -ast-dump-filter options in clang-check by Alexander Kornienko · 12 years ago
  20. 1a5d421 [ms-inline asm] Add various MC components to clang build to support MS-style inline assembly. by Chad Rosier · 12 years ago
  21. fa1d30d Add various MC components to clang build to support MS-style inline assembly. by Chad Rosier · 12 years ago
  22. 0bc35e9 Include clang-check as part of the clang installation. by David Blaikie · 12 years ago
  23. dea8fba The new clang-ast-dump tool for selective AST dumping. Moved common command-line tool stuff to CommandLineClangTool by Alexander Kornienko · 12 years ago
  24. 140d513 Updated -help message in clang-check. by Alexander Kornienko · 12 years ago
  25. d217a66 Fix usage instructions for clang-check. by Daniel Jasper · 12 years ago
  26. 4187df5 Adds support for auto-detection of compilation databases, looking in a directory and all its parents. by Arnaud A. de Grandmaison · 12 years ago
  27. 8fa2fb8 Adds support for auto-detection of compilation databases by Manuel Klimek · 12 years ago
  28. b0d8671 Remove a goofy CMake hack and use the standard CMake facilities to by Chandler Carruth · 12 years ago
  29. f95d412 Fix a big layering violation introduced by r158771. by Chandler Carruth · 12 years ago
  30. aa0cd85 Structured comment parsing, first step. by Dmitri Gribenko · 12 years ago
  31. 30318e6 Adds a FixedCompilationDatabase to be able to specify tool parameters by Manuel Klimek · 12 years ago
  32. 29b815c clangFrontend depends on clangEdit. by Benjamin Kramer · 12 years ago
  33. cb971c6 Adds a tooling library. by Manuel Klimek · 12 years ago