summaryrefslogtreecommitdiff
path: root/tools/clang-check
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* [ms-inline asm] Add various MC components to clang build to support MS-style ...Chad Rosier2012-08-091-0/+7
* Add various MC components to clang build to support MS-style inline assembly.Chad Rosier2012-08-081-1/+2
* Include clang-check as part of the clang installation.David Blaikie2012-07-312-1/+3
* 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
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-211-2/+5
* Fix a big layering violation introduced by r158771.Chandler Carruth2012-06-202-2/+2
* Structured comment parsing, first step.Dmitri Gribenko2012-06-202-2/+2
* Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek2012-04-181-6/+10
* clangFrontend depends on clangEdit.Benjamin Kramer2012-04-041-1/+1
* Adds a tooling library.Manuel Klimek2012-04-043-0/+91