summaryrefslogtreecommitdiffstats
path: root/tools/clang-check
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove autoconf supportChris Bieneman2016-01-261-28/+0
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-172-3/+1
* Revert r241770 and add Basic to the dependencies of clang-check instead.Adrian Prantl2015-07-091-0/+1
* Revert "Fix a linker issue with clang-check on Linux."Adrian Prantl2015-07-081-2/+0
* [CMake] clang-check: Prune redundant libdeps introduced in r241653.NAKAMURA Takumi2015-07-081-14/+0
* [CMake] Reorder libdeps. NFC.NAKAMURA Takumi2015-07-081-1/+1
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-083-5/+35
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-073-27/+5
* Fix a linker issue with clang-check on Linux.Adrian Prantl2015-07-071-0/+2
* Add LLVM backend dependencies to clang-check also in cmake.Adrian Prantl2015-07-071-1/+14
* Wrap clang modules and pch files in an object file container.Adrian Prantl2015-07-073-4/+11
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-2/+3
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-241-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-241-2/+3
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-211-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-2/+3
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-201-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-2/+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
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-1/+1
* 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
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-101-6/+6
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-142-2/+3
* clang-check: add missing space in MakefileHans Wennborg2013-06-061-1/+1
* clang-check: Link the static analyzer in the Makefile build too.Benjamin Kramer2013-06-061-3/+4
* Add support for static analysis to clang-checkPavel Labath2013-06-062-8/+37
* clang-check: Enable specification of additional compiler argumentsPavel Labath2013-06-051-0/+40
* these now depend on the bitcode reader too.Chris Lattner2013-01-192-1/+2
* clang-check: Introduce llvm::sys::PrintStackTraceOnErrorSignal()NAKAMURA Takumi2013-01-181-0/+2
* Style and Doc fix for CommonOptionsParserEdwin Vane2012-12-141-2/+2
* clang-check: Add clangRewriteCore.a to the Makefile build to make it link again.Benjamin Kramer2012-10-031-2/+2
* As opposed to the clang-fixit tool described onDaniel Jasper2012-10-033-5/+74
* 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