1. 826b783 [Tooling] A new framework for executing clang frontend actions. by Eric Liu · 8 years ago
  2. e6f8543 [Tooling] Add a factory method for CommonOptionsParser by Eric Liu · 8 years ago
  3. 3d712c4 [refactor] Use CommonOptionsParser in clang-refactor by Alex Lorenz · 8 years ago
  4. 5d2fd55 [CommonOptionsParser] Expose ArgumentsAdjustingCompilationDatabase by Johannes Altmanninger · 8 years ago
  5. c46064c Method loadFromCommandLine should be able to report errors by Serge Pavlov · 8 years ago
  6. 7320b99 Apply some suggestions from clang-tidy's performance-unnecessary-value-param. by Benjamin Kramer · 9 years ago
  7. c1694c6 Print options, if requested. by Alexander Kornienko · 10 years ago
  8. 6003384 Add fall-back mode for clang tools. by Manuel Klimek · 10 years ago
  9. 857b10f Make ArgumentAdjuster aware of the current file being processed. by Alexander Kornienko · 10 years ago
  10. 3474b55 [clang-tidy] Make NumOccurrenceFlag for SourcePaths configurable. by Alexander Kornienko · 10 years ago
  11. 9e925c1 [tooling] Move ArgumentsAdjustingCompilations into an anonymous namespace. by Benjamin Kramer · 11 years ago
  12. 0a9f607 Adopt new cl::HideUnrelatedOptions API added r226729. by Chris Bieneman · 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. cdba84c CompilationDatabase: Sure-up ownership of compilation databases using std::unique_ptr by David Blaikie · 11 years ago
  16. b5e774e Filter-out irrelevant command-line options in CommonOptionsParser. by Alexander Kornienko · 12 years ago
  17. 7a69851 Allow clang tools to display an overview when using the CommonOptionsParser. by Manuel Klimek · 12 years ago
  18. 524741f Style and Doc fix for CommonOptionsParser by Edwin Vane · 13 years ago
  19. 9ed8c4e Only add common tool options when CommonOptionsParser is used. by Alexander Kornienko · 13 years ago
  20. 4bcd58b Updated LibTooling.html, minor improvements in CommonOptionsParser by Alexander Kornienko · 13 years ago
  21. 0138726 Reverted clang-check to fully supported CommandLine Library use-case: global by Alexander Kornienko · 13 years ago