index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Frontend
/
VerifyDiagnosticConsumer.h
Age
Commit message (
Expand
)
Author
2013-04-17
Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.
Andy Gibbs
2012-10-19
Change VerifyDiagnosticConsumer so that it *must* contain at least one "expec...
Andy Gibbs
2012-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Dmitri Gribenko
2012-08-18
Allow -verify to be used with files that don't have an associated FileEntry.
Jordan Rose
2012-08-10
Update VerifyDiagnosticConsumer to only get directives during parsing.
Jordan Rose
2012-07-11
Allow -verify directives to be filtered by preprocessing.
Jordan Rose
2012-07-10
Allow -verify directives to specify a min and max count, not just "+".
Jordan Rose
2012-07-10
Allow line numbers on -verify directives.
Jordan Rose
2012-07-10
Clean up VerifyDiagnosticsConsumer in preparation for upcoming enhancements.
Jordan Rose
2012-06-20
Documentation cleanup:
James Dennett
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
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