summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-check/ClangCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-2/+2
* Allow the creation of human-friendly ASTDumper to arbitrary output streamAlexander Kornienko2018-04-061-1/+3
* Remove 'Filename' parameter from BeginSourceFileAction.Richard Smith2017-06-091-2/+1
* Add -cc1 flag -ast-dump-all to perform an AST dump including entities that ha...Richard Smith2017-03-091-0/+1
* Frontend: Simplify ownership model for clang's output streams.Peter Collingbourne2016-07-151-1/+1
* Update to match LLVM r272232.Richard Smith2016-06-091-1/+1
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-171-2/+1
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-081-1/+11
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-071-3/+1
* Wrap clang modules and pch files in an object file container.Adrian Prantl2015-07-071-1/+3
* [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* Make ArgumentsAdjuster an std::function.Alexander Kornienko2014-12-031-3/+3
* [clang-tidy] Move -extra-arg handling to CommonOptionsProviderAlexander Kornienko2014-11-041-61/+7
* Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dumpRichard Smith2014-08-111-1/+2
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-2/+3
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-3/+2
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-2/+3
* Follow-up to r207071: Let newFrontendActionFactory() return a unique_ptr.Nico Weber2014-04-281-2/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-151-4/+4
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-1/+1
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-2/+2
* Filter-out irrelevant command-line options in CommonOptionsParser.Alexander Kornienko2013-12-121-27/+33
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-1/+2
* Add support for static analysis to clang-checkPavel Labath2013-06-061-8/+36
* clang-check: Enable specification of additional compiler argumentsPavel Labath2013-06-051-0/+40
* clang-check: Introduce llvm::sys::PrintStackTraceOnErrorSignal()NAKAMURA Takumi2013-01-181-0/+2
* Style and Doc fix for CommonOptionsParserEdwin Vane2012-12-141-2/+2
* As opposed to the clang-fixit tool described onDaniel Jasper2012-10-031-3/+71
* Workaround for MacOSX build failure with gcc <= 4.4Alexander Kornienko2012-09-101-6/+6
* Fixed http://llvm.org/bugs/show_bug.cgi?id=13777Alexander Kornienko2012-09-071-2/+4
* Updated LibTooling.html, minor improvements in CommonOptionsParserAlexander Kornienko2012-08-241-1/+1
* Reverted clang-check to fully supported CommandLine Library use-case: globalAlexander Kornienko2012-08-221-30/+24
* Implemented -ast-dump, -ast-print, -ast-dump-filter options in clang-checkAlexander Kornienko2012-08-131-1/+43
* The new clang-ast-dump tool for selective AST dumping. Moved common command-l...Alexander Kornienko2012-07-161-56/+18
* Updated -help message in clang-check.Alexander Kornienko2012-07-121-22/+33
* Fix usage instructions for clang-check.Daniel Jasper2012-07-111-5/+5
* Adds support for auto-detection of compilation databases, looking in a direct...Arnaud A. de Grandmaison2012-07-101-2/+3
* Adds support for auto-detection of compilation databasesManuel Klimek2012-07-101-4/+10
* Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek2012-04-181-6/+10
* Adds a tooling library.Manuel Klimek2012-04-041-0/+62
OpenPOWER on IntegriCloud