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
Age
Commit message (
Expand
)
Author
2012-10-23
Make DiagnosticOptions intrusively reference-counted, and make sure
Douglas Gregor
2012-10-05
Add color output to 'diagtool tree' to show what warnings are enabled by defa...
Ted Kremenek
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-11
Enable comment parsing and semantic analysis to emit diagnostics. A few
Dmitri Gribenko
2012-07-07
Enhance 'diagtool list-warnings' to report number of diagnostics covered dire...
Ted Kremenek
2012-06-24
[diagtool] Appease buildbots by explicitly using makeArrayRef.
Jordan Rose
2012-06-24
[diagtool] Add a new "tree" command to shows warnings activated by a flag.
Jordan Rose
2012-06-22
[diagtool] Write to llvm::outs() by default instead of llvm::errs()
Jordan Rose
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
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] Properly order libraries in Makefile for buildbot.
Jordan Rose
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] Unbork Makefile build.
Jordan Rose
2012-06-01
[diagtool] Appease buildbot by adding llvm_unreachable.
Jordan Rose
2012-06-01
[diagtool] Add 'show-enabled', which displays which warnings are enabled.
Jordan Rose
2012-06-01
[diagtool] The driver skips two arguments, not one.
Jordan Rose
2012-02-15
Provide common include for all diagnostic headers.
David Blaikie
2012-02-15
Remove the unuseful -fdiagnostics-show-name
David Blaikie
2011-10-23
Reduce dependencies.
Benjamin Kramer
2011-09-25
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-08-12
The diagtool registration system tries to use a global variable from a method
Nick Lewycky
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