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
/
diagtool
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2013-01-19
these now depend on the bitcode reader too.
Chris Lattner
2012-08-09
[ms-inline asm] Add various MC components to clang build to support MS-style ...
Chad Rosier
2012-07-31
Include clang-check as part of the clang installation.
David Blaikie
2012-06-24
[diagtool] Add a new "tree" command to shows warnings activated by a flag.
Jordan Rose
2012-06-21
Remove a goofy CMake hack and use the standard CMake facilities to
Chandler Carruth
2012-06-20
Fix cmake build.
Rafael Espindola
2012-06-20
Structured comment parsing, first step.
Dmitri Gribenko
2012-06-17
diagtool/CMakeLists.txt: Add missing tblgen'd dependency, ClangDiagnosticInde...
NAKAMURA Takumi
2012-06-04
[diagtool] Re-add show-enabled, minimizing the code pulled in from Frontend.
Jordan Rose
2012-06-01
[diagtool] Pull show-enabled back out for now.
Jordan Rose
2012-06-01
[diagtool] Add 'show-enabled', which displays which warnings are enabled.
Jordan Rose
2011-08-09
Add libsupport to list of libraries to link into diagtool
Ted Kremenek
2011-08-09
Add 'diagtool' to the 'tools/' directory. diagtool is a new tool (WIP) for a...
Ted Kremenek