index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
clang-check
/
ClangCheck.cpp
Age
Commit message (
Expand
)
Author
2013-01-18
clang-check: Introduce llvm::sys::PrintStackTraceOnErrorSignal()
NAKAMURA Takumi
2012-12-14
Style and Doc fix for CommonOptionsParser
Edwin Vane
2012-10-03
As opposed to the clang-fixit tool described on
Daniel Jasper
2012-09-10
Workaround for MacOSX build failure with gcc <= 4.4
Alexander Kornienko
2012-09-07
Fixed http://llvm.org/bugs/show_bug.cgi?id=13777
Alexander Kornienko
2012-08-24
Updated LibTooling.html, minor improvements in CommonOptionsParser
Alexander Kornienko
2012-08-22
Reverted clang-check to fully supported CommandLine Library use-case: global
Alexander Kornienko
2012-08-13
Implemented -ast-dump, -ast-print, -ast-dump-filter options in clang-check
Alexander Kornienko
2012-07-16
The new clang-ast-dump tool for selective AST dumping. Moved common command-l...
Alexander Kornienko
2012-07-12
Updated -help message in clang-check.
Alexander Kornienko
2012-07-11
Fix usage instructions for clang-check.
Daniel Jasper
2012-07-10
Adds support for auto-detection of compilation databases, looking in a direct...
Arnaud A. de Grandmaison
2012-07-10
Adds support for auto-detection of compilation databases
Manuel Klimek
2012-04-18
Adds a FixedCompilationDatabase to be able to specify tool parameters
Manuel Klimek
2012-04-04
Adds a tooling library.
Manuel Klimek