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
Age
Commit message (
Expand
)
Author
2013-01-19
these now depend on the bitcode reader too.
Chris Lattner
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
clang-check: Add clangRewriteCore.a to the Makefile build to make it link again.
Benjamin Kramer
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-08-09
[ms-inline asm] Add various MC components to clang build to support MS-style ...
Chad Rosier
2012-08-08
Add various MC components to clang build to support MS-style inline assembly.
Chad Rosier
2012-07-31
Include clang-check as part of the clang installation.
David Blaikie
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-06-21
Remove a goofy CMake hack and use the standard CMake facilities to
Chandler Carruth
2012-06-20
Fix a big layering violation introduced by r158771.
Chandler Carruth
2012-06-20
Structured comment parsing, first step.
Dmitri Gribenko
2012-04-18
Adds a FixedCompilationDatabase to be able to specify tool parameters
Manuel Klimek
2012-04-04
clangFrontend depends on clangEdit.
Benjamin Kramer
2012-04-04
Adds a tooling library.
Manuel Klimek