1. b69ce1f clang-check: rename the local FixItAction by Saleem Abdulrasool · 7 years ago
  2. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  3. d10d790 Allow the creation of human-friendly ASTDumper to arbitrary output stream by Alexander Kornienko · 7 years ago
  4. d9259c2 Remove 'Filename' parameter from BeginSourceFileAction. by Richard Smith · 8 years ago
  5. 3a36ac1 Add -cc1 flag -ast-dump-all to perform an AST dump including entities that haven't yet been deserialized. by Richard Smith · 9 years ago
  6. 03f8907 Frontend: Simplify ownership model for clang's output streams. by Peter Collingbourne · 9 years ago
  7. dfed58a Update to match LLVM r272232. by Richard Smith · 9 years ago
  8. fb2398d Make the clang module container format selectable from the command line. by Adrian Prantl · 10 years ago
  9. bc06858 Revert "Revert r241620 and follow-up commits" and move the initialization by Adrian Prantl · 10 years ago
  10. 142ec39 Revert r241620 and follow-up commits while investigating linux buildbot failures. by Adrian Prantl · 10 years ago
  11. e50371b Wrap clang modules and pch files in an object file container. by Adrian Prantl · 10 years ago
  12. 575bc3ba [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.py by Chandler Carruth · 11 years ago
  13. 74e1c46 Make ArgumentsAdjuster an std::function. by Alexander Kornienko · 11 years ago
  14. 6168609 [clang-tidy] Move -extra-arg handling to CommonOptionsProvider by Alexander Kornienko · 11 years ago
  15. 35f986d Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dump by Richard Smith · 11 years ago
  16. 6beb6aa Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) by David Blaikie · 11 years ago
  17. 62a56f3 Revert "unique_ptr-ify ownership of ASTConsumers" by David Blaikie · 11 years ago
  18. a51666a unique_ptr-ify ownership of ASTConsumers by David Blaikie · 11 years ago
  19. 10bf95d Follow-up to r207071: Let newFrontendActionFactory() return a unique_ptr. by Nico Weber · 11 years ago
  20. 3683556 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  21. b898432 Replace OwningPtr with std::unique_ptr. by Ahmed Charles · 12 years ago
  22. a798a9d Switch all uses of LLVM_OVERRIDE to just use 'override' directly. by Craig Topper · 12 years ago
  23. 5553d0d Sort all the #include lines with LLVM's utils/sort_includes.py which by Chandler Carruth · 12 years ago
  24. b5e774e Filter-out irrelevant command-line options in CommonOptionsParser. by Alexander Kornienko · 12 years ago
  25. 898229a [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 12 years ago
  26. c3282c0 Add support for static analysis to clang-check by Pavel Labath · 12 years ago
  27. 951ad64 clang-check: Enable specification of additional compiler arguments by Pavel Labath · 12 years ago
  28. 8b517f1 clang-check: Introduce llvm::sys::PrintStackTraceOnErrorSignal() by NAKAMURA Takumi · 13 years ago
  29. 524741f Style and Doc fix for CommonOptionsParser by Edwin Vane · 13 years ago
  30. 30abda1 As opposed to the clang-fixit tool described on by Daniel Jasper · 13 years ago
  31. 02f481c Workaround for MacOSX build failure with gcc <= 4.4 by Alexander Kornienko · 13 years ago
  32. 767cd03 Fixed http://llvm.org/bugs/show_bug.cgi?id=13777 by Alexander Kornienko · 13 years ago
  33. 4bcd58b Updated LibTooling.html, minor improvements in CommonOptionsParser by Alexander Kornienko · 13 years ago
  34. 0138726 Reverted clang-check to fully supported CommandLine Library use-case: global by Alexander Kornienko · 13 years ago
  35. bf4871d Implemented -ast-dump, -ast-print, -ast-dump-filter options in clang-check by Alexander Kornienko · 13 years ago
  36. f2f8255 The new clang-ast-dump tool for selective AST dumping. Moved common command-line tool stuff to CommandLineClangTool by Alexander Kornienko · 13 years ago
  37. 8480d42 Updated -help message in clang-check. by Alexander Kornienko · 13 years ago
  38. 1808bbe Fix usage instructions for clang-check. by Daniel Jasper · 13 years ago
  39. 617f526 Adds support for auto-detection of compilation databases, looking in a directory and all its parents. by Arnaud A. de Grandmaison · 13 years ago
  40. 65fd0e1 Adds support for auto-detection of compilation databases by Manuel Klimek · 13 years ago
  41. ff26efc Adds a FixedCompilationDatabase to be able to specify tool parameters by Manuel Klimek · 13 years ago
  42. 47c245a Adds a tooling library. by Manuel Klimek · 13 years ago