index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
ClangDiagnosticsEmitter.cpp
Age
Commit message (
Expand
)
Author
2013-05-05
ArrayRef<T>() -> None cleanup
Dmitri Gribenko
2013-02-21
Strip 'llvm' from 'llvm::Optional' uses.
Ted Kremenek
2013-01-10
Error if an anonymous DiagGroup is referenced multiple times.
Jordan Rose
2012-12-04
Sort the #include lines under utils/...
Chandler Carruth
2012-10-25
Don't throw exceptions in clang-tblgen by switching to PrintFatalError.
Joerg Sonnenberger
2012-10-10
tblgen: Use LLVM-style RTTI in clang-tblgen
Sean Silva
2012-08-10
Fix horrible regression in control of warnings caused by introduction of -Wpe...
Ted Kremenek
2012-08-10
Add missing cctype includes.
Joerg Sonnenberger
2012-08-07
Enhance ClangDiagnosticsEmitter to reject diagnostics that are errors that ar...
Ted Kremenek
2012-07-07
Re-apply r159875 with fixes.
Ted Kremenek
2012-07-07
Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Wever...
NAKAMURA Takumi
2012-07-06
Implement -Wpedantic and --no-pedantic to complement -Weverything.
Ted Kremenek
2012-06-13
Make clang-tblgen backends functions instead of TableGenBackends.
Jakob Stoklund Olesen
2012-05-04
Remove DiagGroups from notes, and add a TableGen assertion to catch them.
Richard Smith
2012-03-06
[tablegen] Make sure that the code that is determining the order of warning g...
Argyrios Kyrtzidis
2012-02-15
Store the warning option corresponding to a diagnostics as an index into the ...
Benjamin Kramer
2012-02-13
drop more llvm:: prefixes on SmallString<>
Dylan Noblesmith
2012-02-09
Kill the brief and full explanation fields from StaticDiagInfoRec. They were ...
Benjamin Kramer
2012-01-07
Remove unused include of VectorExtras.h.
Benjamin Kramer
2011-11-15
Validate DiagGroup names in TableGen, they're used as command line arguments ...
Benjamin Kramer
2011-11-06
Use StringRef's case transformation methods.
Benjamin Kramer
2011-10-06
Add the Clang tblgen backends to Clang, and flip the switch to cause
Peter Collingbourne