index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Frontend
/
VerifyDiagnosticsClient.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename VerifyDiagnosticsClient to VerifyDiagnosticConsumer as per issue 5397
David Blaikie
2011-09-26
1
-533
/
+0
*
Rename DiagnosticClient to DiagnosticConsumer as per issue 5397
David Blaikie
2011-09-25
1
-2
/
+2
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
1
-7
/
+7
*
Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.
Argyrios Kyrtzidis
2011-09-19
1
-3
/
+3
*
When compiling a module on-demand, re-use the diagnostics client
Douglas Gregor
2011-09-13
1
-7
/
+13
*
Reset FirstID (first diagnostic's file ID) to allow for invocations of the Ve...
Axel Naumann
2011-08-24
1
-1
/
+3
*
Pick up expected diagnostics not only in the main file but also in the file w...
Axel Naumann
2011-07-25
1
-9
/
+21
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-5
/
+5
*
Switch the VerifyDiagnosticsClient to use PresumedLocs now that they
Chandler Carruth
2011-02-23
1
-4
/
+4
*
Remove the hack where, to get the return status, we had special case for Veri...
Argyrios Kyrtzidis
2010-11-18
1
-9
/
+1
*
StringRefize.
Benjamin Kramer
2010-09-01
1
-6
/
+5
*
Simplify the ownership model for DiagnosticClients, which was really
Douglas Gregor
2010-08-18
1
-1
/
+2
*
Remove ATTRIBUTE_UNUSED from the common pattern of disallowing copying.
Argyrios Kyrtzidis
2010-08-15
1
-3
/
+2
*
Add ATTRIBUTE_UNUSED to methods not supposed to be used.
Argyrios Kyrtzidis
2010-08-15
1
-2
/
+3
*
add regex support for -verify mode. You can now do things like
Chris Lattner
2010-04-28
1
-144
/
+319
*
Fix PR5633 by making the preprocessor handle the case where we can
Chris Lattner
2009-11-30
1
-3
/
+5
*
Shuffle VerifyDiagnosticsClient API to be less fragile.
Daniel Dunbar
2009-11-14
1
-28
/
+32
*
Add VerifyDiagnosticsClient, to replace old -verify.
Daniel Dunbar
2009-11-14
1
-0
/
+340