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
/
VerifyDiagnosticConsumer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
This patch adds new private headers to the module map. Private
Lawrence Crowl
2013-06-20
1
-1
/
+1
*
Remove DiagnosticConsumer::clone(), a bad idea that is now unused.
Douglas Gregor
2013-05-03
1
-8
/
+0
*
When building a module, forward diagnostics to the outer diagnostic consumer.
Douglas Gregor
2013-05-03
1
-1
/
+11
*
Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.
Andy Gibbs
2013-04-17
1
-12
/
+58
*
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-02-08
1
-3
/
+3
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Change VerifyDiagnosticConsumer so that it *must* contain at least one "expec...
Andy Gibbs
2012-10-19
1
-6
/
+31
*
Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "ex...
Andy Gibbs
2012-10-19
1
-5
/
+17
*
Allow -verify to be used with files that don't have an associated FileEntry.
Jordan Rose
2012-08-18
1
-43
/
+115
*
Add missing cctype includes.
Joerg Sonnenberger
2012-08-10
1
-0
/
+1
*
Update VerifyDiagnosticConsumer to only get directives during parsing.
Jordan Rose
2012-08-10
1
-40
/
+100
*
Allow -verify directives to be filtered by preprocessing.
Jordan Rose
2012-07-11
1
-28
/
+90
*
Emit -verify diagnostics even when we have a fatal error.
Jordan Rose
2012-07-11
1
-2
/
+2
*
Clear diagnostic counts after processing the diagnostics.
Axel Naumann
2012-07-10
1
-0
/
+3
*
Allow -verify directives to specify a min and max count, not just "+".
Jordan Rose
2012-07-10
1
-21
/
+33
*
Allow line numbers on -verify directives.
Jordan Rose
2012-07-10
1
-55
/
+83
*
Clean up VerifyDiagnosticsConsumer in preparation for upcoming enhancements.
Jordan Rose
2012-07-10
1
-73
/
+22
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-1
/
+1
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-2
/
+2
*
Extract the (InputKind, std::string) pair used to describe inputs to
Douglas Gregor
2012-01-20
1
-1
/
+1
*
Frontend/VerifyDiagnosticConsumer.cpp: Fix an expression that had side-effect.
NAKAMURA Takumi
2011-12-17
1
-4
/
+4
*
Fixup to the relaxed diagnostic verification option r146633.
Anna Zaks
2011-12-16
1
-2
/
+4
*
<climits> has UINT_MAX, not <limits>.
Eli Friedman
2011-12-15
1
-1
/
+1
*
Another fixit for r146633 (to make debian-fnt bot happy), try including limit...
Anna Zaks
2011-12-15
1
-1
/
+1
*
Fixit for r146633. Make sure UINT_MAX is defined on all platforms.
Anna Zaks
2011-12-15
1
-0
/
+2
*
Add support for matching one or more (aka regex +) diagnostic messages with -...
Anna Zaks
2011-12-15
1
-1
/
+14
*
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-12-15
1
-2
/
+1
*
Introduce a pure virtual clone() method to DiagnosticConsumer, so that
Douglas Gregor
2011-09-29
1
-0
/
+8
*
Rename DiagnosticInfo to Diagnostic as per issue 5397
David Blaikie
2011-09-26
1
-1
/
+1
*
Rename VerifyDiagnosticsClient to VerifyDiagnosticConsumer as per issue 5397
David Blaikie
2011-09-26
1
-0
/
+533