Commit History

Author SHA1 Message Date
  Jonas Devlieghere 49a6b09101 [Clang] Migrate llvm::make_unique to std::make_unique 6 years ago
  Alexander Kornienko 464e8123fe Fixed two issues in clang-tidy -help. 6 years ago
  Don Hinton f16f5c9d60 [CommandLineParser] Add DefaultOption flag 6 years ago
  Ilya Biryukov 372aa6b9d3 Revert r358337: "[CommandLineParser] Add DefaultOption flag" 6 years ago
  Don Hinton c923a98769 [CommandLineParser] Add DefaultOption flag 6 years ago
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
  Eric Liu e7a10639e3 [Tooling] A new framework for executing clang frontend actions. 7 years ago
  Eric Liu 230376a3f6 [Tooling] Add a factory method for CommonOptionsParser 7 years ago
  Alex Lorenz 6a56ac5a13 [refactor] Use CommonOptionsParser in clang-refactor 8 years ago
  Johannes Altmanninger 84dc519667 [CommonOptionsParser] Expose ArgumentsAdjustingCompilationDatabase 8 years ago
  Serge Pavlov 5bfd35d62f Method loadFromCommandLine should be able to report errors 8 years ago
  Benjamin Kramer 9b28d528b7 Apply some suggestions from clang-tidy's performance-unnecessary-value-param. 9 years ago
  Alexander Kornienko 3323b7f59f Print options, if requested. 9 years ago
  Manuel Klimek 0267370b16 Add fall-back mode for clang tools. 9 years ago
  Alexander Kornienko b42f54f3e3 Make ArgumentAdjuster aware of the current file being processed. 9 years ago
  Alexander Kornienko 19d5024c80 [clang-tidy] Make NumOccurrenceFlag for SourcePaths configurable. 10 years ago
  Benjamin Kramer 0c3abcc1b9 [tooling] Move ArgumentsAdjustingCompilations into an anonymous namespace. 10 years ago
  Chris Bieneman 0946642cf6 Adopt new cl::HideUnrelatedOptions API added r226729. 10 years ago
  Alexander Kornienko dd74c42fb6 Make ArgumentsAdjuster an std::function. 10 years ago
  Alexander Kornienko e4d539841b [clang-tidy] Move -extra-arg handling to CommonOptionsProvider 10 years ago
  David Blaikie 1ad06b0994 CompilationDatabase: Sure-up ownership of compilation databases using std::unique_ptr 11 years ago
  Alexander Kornienko a6e925a0f1 Filter-out irrelevant command-line options in CommonOptionsParser. 11 years ago
  Manuel Klimek 8b1f2f9d36 Allow clang tools to display an overview when using the CommonOptionsParser. 12 years ago
  Edwin Vane b1f67dbbb1 Style and Doc fix for CommonOptionsParser 12 years ago
  Alexander Kornienko ffb155f4f8 Only add common tool options when CommonOptionsParser is used. 13 years ago
  Alexander Kornienko 6fbe982bb4 Updated LibTooling.html, minor improvements in CommonOptionsParser 13 years ago
  Alexander Kornienko d7166b01df Reverted clang-check to fully supported CommandLine Library use-case: global 13 years ago