summaryrefslogtreecommitdiff
path: root/tools/clang-check
Commit message (Expand)AuthorAge
* Follow-up to r207071: Let newFrontendActionFactory() return a unique_ptr.Nico Weber2014-04-28
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-15
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-07
* Filter-out irrelevant command-line options in CommonOptionsParser.Alexander Kornienko2013-12-12
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-10
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-14
* clang-check: add missing space in MakefileHans Wennborg2013-06-06
* clang-check: Link the static analyzer in the Makefile build too.Benjamin Kramer2013-06-06
* Add support for static analysis to clang-checkPavel Labath2013-06-06
* clang-check: Enable specification of additional compiler argumentsPavel Labath2013-06-05
* these now depend on the bitcode reader too.Chris Lattner2013-01-19
* clang-check: Introduce llvm::sys::PrintStackTraceOnErrorSignal()NAKAMURA Takumi2013-01-18
* Style and Doc fix for CommonOptionsParserEdwin Vane2012-12-14
* clang-check: Add clangRewriteCore.a to the Makefile build to make it link again.Benjamin Kramer2012-10-03
* As opposed to the clang-fixit tool described onDaniel Jasper2012-10-03
* Workaround for MacOSX build failure with gcc <= 4.4Alexander Kornienko2012-09-10
* Fixed http://llvm.org/bugs/show_bug.cgi?id=13777Alexander Kornienko2012-09-07
* Updated LibTooling.html, minor improvements in CommonOptionsParserAlexander Kornienko2012-08-24
* Reverted clang-check to fully supported CommandLine Library use-case: globalAlexander Kornienko2012-08-22
* Implemented -ast-dump, -ast-print, -ast-dump-filter options in clang-checkAlexander Kornienko2012-08-13
* [ms-inline asm] Add various MC components to clang build to support MS-style ...Chad Rosier2012-08-09
* Add various MC components to clang build to support MS-style inline assembly.Chad Rosier2012-08-08
* Include clang-check as part of the clang installation.David Blaikie2012-07-31
* The new clang-ast-dump tool for selective AST dumping. Moved common command-l...Alexander Kornienko2012-07-16
* Updated -help message in clang-check.Alexander Kornienko2012-07-12
* Fix usage instructions for clang-check.Daniel Jasper2012-07-11
* Adds support for auto-detection of compilation databases, looking in a direct...Arnaud A. de Grandmaison2012-07-10
* Adds support for auto-detection of compilation databasesManuel Klimek2012-07-10
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-21
* Fix a big layering violation introduced by r158771.Chandler Carruth2012-06-20
* Structured comment parsing, first step.Dmitri Gribenko2012-06-20
* Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek2012-04-18
* clangFrontend depends on clangEdit.Benjamin Kramer2012-04-04
* Adds a tooling library.Manuel Klimek2012-04-04