Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
lib
/
Frontend
/
LogDiagnosticPrinter.cpp
8b56366
Replace double negation of !FileID.isInvalid() with FileID.isValid().
by Yaron Keren
· 10 years ago
2e2b0b3
Add DiagID and Warning Flag to DiagnosticsLog
by Steven Wu
· 11 years ago
11f8a94
Fix memory leak of raw_ostreams in LogDiagnosticPrinter handling.
by David Blaikie
· 11 years ago
525fdfc
Use PlistSupport in a few more places
by Alp Toker
· 11 years ago
49a2790
[C++11] Use 'nullptr'. Frontend edition.
by Craig Topper
· 11 years ago
7416024
Add 'remark' diagnostic type in 'clang'
by Tobias Grosser
· 12 years ago
c8a7146
Split FileEntry name vs. isValid
by Ben Langmuir
· 12 years ago
30071cea
Remove DiagnosticConsumer::clone(), a bad idea that is now unused.
by Douglas Gregor
· 12 years ago
3a02247
Sort all of Clang's files under 'lib', and fix up the broken headers uncovered.
by Chandler Carruth
· 13 years ago
811db4e
Make DiagnosticOptions intrusively reference-counted, and make sure
by Douglas Gregor
· 13 years ago
2c1dd27
Basic: import SmallString<> into clang namespace
by Dylan Noblesmith
· 14 years ago
f47fa30
Remove unnecessary default cases in switches over enums.
by David Blaikie
· 14 years ago
d0e9e3a
Introduce a pure virtual clone() method to DiagnosticConsumer, so that
by Douglas Gregor
· 14 years ago
011824f
[driver] Add basic support for escaping XML characters in CC_LOG_DIAGNOSTICS
by Chad Rosier
· 14 years ago
b578432
Rename DiagnosticInfo to Diagnostic as per issue 5397
by David Blaikie
· 14 years ago
e2eefae
Rename DiagnosticClient to DiagnosticConsumer as per issue 5397
by David Blaikie
· 14 years ago
9c902b5
Rename Diagnostic to DiagnosticsEngine as per issue 5397
by David Blaikie
· 14 years ago
0e62c1c
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
by Chris Lattner
· 14 years ago
ce1035c
Frontend: Fix a crash in CC_LOG_DIAGNOSTICS handling.
by Daniel Dunbar
· 14 years ago
c032503
Fronted/CC_LOG_DIAGNOSTICS: Output main file name, and add support for
by Daniel Dunbar
· 14 years ago
719393a
Fronted/CC_LOG_DIAGNOSTICS: Tweak output form to be plist chunks, and don't
by Daniel Dunbar
· 14 years ago
4f3a28b
Frontend: Continue flushing out LogDiagnosticPrinter.
by Daniel Dunbar
· 14 years ago
2083c32
Frontend: Sketch a LogDiagnosticPrinter object, and wire CC_LOG_DIAGNOSTICS to
by Daniel Dunbar
· 14 years ago