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
/
VerifyDiagnosticsClient.cpp
Age
Commit message (
Expand
)
Author
2011-07-25
Pick up expected diagnostics not only in the main file but also in the file w...
Axel Naumann
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-02-23
Switch the VerifyDiagnosticsClient to use PresumedLocs now that they
Chandler Carruth
2010-11-18
Remove the hack where, to get the return status, we had special case for Veri...
Argyrios Kyrtzidis
2010-09-01
StringRefize.
Benjamin Kramer
2010-08-18
Simplify the ownership model for DiagnosticClients, which was really
Douglas Gregor
2010-08-15
Remove ATTRIBUTE_UNUSED from the common pattern of disallowing copying.
Argyrios Kyrtzidis
2010-08-15
Add ATTRIBUTE_UNUSED to methods not supposed to be used.
Argyrios Kyrtzidis
2010-04-28
add regex support for -verify mode. You can now do things like
Chris Lattner
2009-11-30
Fix PR5633 by making the preprocessor handle the case where we can
Chris Lattner
2009-11-14
Shuffle VerifyDiagnosticsClient API to be less fragile.
Daniel Dunbar
2009-11-14
Add VerifyDiagnosticsClient, to replace old -verify.
Daniel Dunbar