Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
bdfdb1da9763b3d0966eb61e9fa0fa7804f9eb9b
/
lib
/
Frontend
/
TextDiagnosticBuffer.cpp
cc2b653
Remove DiagnosticConsumer::clone(), a bad idea that is now unused.
by Douglas Gregor
· 12 years ago
0f58464
Escape % in the TextDiagnosticBuffer so they aren't interpreted twice when fed into the diagnostic formatting machinery again.
by Benjamin Kramer
· 12 years ago
f7ccbad
Basic: import SmallString<> into clang namespace
by Dylan Noblesmith
· 13 years ago
aee526e
Introduce a pure virtual clone() method to DiagnosticConsumer, so that
by Douglas Gregor
· 13 years ago
40847cf
Rename DiagnosticInfo to Diagnostic as per issue 5397
by David Blaikie
· 13 years ago
78ad0b9
Rename DiagnosticClient to DiagnosticConsumer as per issue 5397
by David Blaikie
· 13 years ago
d6471f7
Rename Diagnostic to DiagnosticsEngine as per issue 5397
by David Blaikie
· 13 years ago
548f6c8
More missing header inclusions from llvm_unreachable migration.
by David Blaikie
· 13 years ago
b219cfc
Switch assert(0/false) llvm_unreachable.
by David Blaikie
· 13 years ago
f2224d8
Since multiple diagnostics can share one diagnostic client, have the client keeping track
by Argyrios Kyrtzidis
· 14 years ago
c238955
Add TextDiagnosticBuffer::FlushDiagnostics, for forwarding the buffered diagnostics to a different diagnostics engine.
by Daniel Dunbar
· 15 years ago
4cbe3b6
Simplify.
by Daniel Dunbar
· 15 years ago
1eb4433
Remove tabs, and whitespace cleanups.
by Mike Stump
· 15 years ago
e1bd4e6
Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*
by Daniel Dunbar
· 16 years ago
[Renamed (96%) from lib/Driver/TextDiagnosticBuffer.cpp]
64ea69f
Handle fatal errors.
by Ben Laurie
· 16 years ago
59ddeab
eliminate FullSourceLoc::getLocation() now that FullSourceLoc
by Chris Lattner
· 16 years ago
f4c8396
rewrite FormatDiagnostic to be less gross and a lot more efficient.
by Chris Lattner
· 16 years ago
0a14eee
This reworks some of the Diagnostic interfaces a bit to change how diagnostics
by Chris Lattner
· 16 years ago
2383b7f
Change the diagnostics interface to take an array of pointers to
by Chris Lattner
· 16 years ago
94b1dd2
First non-embarrassing cut at checking for ambiguous derived-to-base
by Douglas Gregor
· 16 years ago
233f74b
Add support for expected-note to Clang's -verify option
by Douglas Gregor
· 16 years ago
acc5f3e
More #include cleaning
by Daniel Dunbar
· 16 years ago
fd54ebc
add a libDriver, for now only move the text diangostics stuff from Driver to there
by Nico Weber
· 16 years ago
[Renamed (97%) from Driver/TextDiagnosticBuffer.cpp]
0bc735f
Don't attribute in file headers anymore. See llvmdev for the
by Chris Lattner
· 17 years ago
9c728dc
TargetInfo no longer includes a reference to SourceManager.
by Ted Kremenek
· 17 years ago
2eefd86
Modified the internals of Diagnostic and DiagnosticClient to use
by Ted Kremenek
· 17 years ago
7a9d49f
Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now
by Ted Kremenek
· 17 years ago
0750618
start partitioning the diagnostics into two classes: those
by Chris Lattner
· 17 years ago
5f016e2
Stage two of getting CFE top correct.
by Reid Spencer
· 17 years ago