index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Frontend
/
VerifyDiagnosticConsumer.cpp
Age
Commit message (
Expand
)
Author
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-01-20
Extract the (InputKind, std::string) pair used to describe inputs to
Douglas Gregor
2011-12-17
Frontend/VerifyDiagnosticConsumer.cpp: Fix an expression that had side-effect.
NAKAMURA Takumi
2011-12-16
Fixup to the relaxed diagnostic verification option r146633.
Anna Zaks
2011-12-15
<climits> has UINT_MAX, not <limits>.
Eli Friedman
2011-12-15
Another fixit for r146633 (to make debian-fnt bot happy), try including limit...
Anna Zaks
2011-12-15
Fixit for r146633. Make sure UINT_MAX is defined on all platforms.
Anna Zaks
2011-12-15
Add support for matching one or more (aka regex +) diagnostic messages with -...
Anna Zaks
2011-12-15
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-09-29
Introduce a pure virtual clone() method to DiagnosticConsumer, so that
Douglas Gregor
2011-09-26
Rename DiagnosticInfo to Diagnostic as per issue 5397
David Blaikie
2011-09-26
Rename VerifyDiagnosticsClient to VerifyDiagnosticConsumer as per issue 5397
David Blaikie