aboutsummaryrefslogtreecommitdiff
path: root/tools/clang-check/ClangCheck.cpp
AgeCommit message (Expand)Author
2013-01-18clang-check: Introduce llvm::sys::PrintStackTraceOnErrorSignal()NAKAMURA Takumi
2012-12-14Style and Doc fix for CommonOptionsParserEdwin Vane
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-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-04-18Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek
2012-04-04Adds a tooling library.Manuel Klimek