aboutsummaryrefslogtreecommitdiff
path: root/tools/clang-check
AgeCommit message (Expand)Author
2013-01-19these now depend on the bitcode reader too.Chris Lattner
2013-01-18clang-check: Introduce llvm::sys::PrintStackTraceOnErrorSignal()NAKAMURA Takumi
2012-12-14Style and Doc fix for CommonOptionsParserEdwin Vane
2012-10-03clang-check: Add clangRewriteCore.a to the Makefile build to make it link again.Benjamin Kramer
2012-10-03As opposed to the clang-fixit tool described onDaniel Jasper
2012-09-10Workaround for MacOSX build failure with gcc <= 4.4Alexander Kornienko
2012-09-07Fixed http://llvm.org/bugs/show_bug.cgi?id=13777Alexander Kornienko
2012-08-24Updated LibTooling.html, minor improvements in CommonOptionsParserAlexander Kornienko
2012-08-22Reverted clang-check to fully supported CommandLine Library use-case: globalAlexander Kornienko
2012-08-13Implemented -ast-dump, -ast-print, -ast-dump-filter options in clang-checkAlexander Kornienko
2012-08-09[ms-inline asm] Add various MC components to clang build to support MS-style ...Chad Rosier
2012-08-08Add various MC components to clang build to support MS-style inline assembly.Chad Rosier
2012-07-31Include clang-check as part of the clang installation.David Blaikie
2012-07-16The new clang-ast-dump tool for selective AST dumping. Moved common command-l...Alexander Kornienko
2012-07-12Updated -help message in clang-check.Alexander Kornienko
2012-07-11Fix usage instructions for clang-check.Daniel Jasper
2012-07-10Adds support for auto-detection of compilation databases, looking in a direct...Arnaud A. de Grandmaison
2012-07-10Adds support for auto-detection of compilation databasesManuel Klimek
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-06-20Fix a big layering violation introduced by r158771.Chandler Carruth
2012-06-20Structured comment parsing, first step.Dmitri Gribenko
2012-04-18Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek
2012-04-04clangFrontend depends on clangEdit.Benjamin Kramer
2012-04-04Adds a tooling library.Manuel Klimek