aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/LogDiagnosticPrinter.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2011-09-26 01:18:08 +0000
committerDavid Blaikie <dblaikie@gmail.com>2011-09-26 01:18:08 +0000
commit40847cfb58acc3cac7d68727df9455ac45f2e118 (patch)
tree5cf087ab7c7e285df2e04673bb5e3c1b68ca4953 /lib/Frontend/LogDiagnosticPrinter.cpp
parentef3643fbbbf66247c5e205497fae0f46e240c143 (diff)
Rename DiagnosticInfo to Diagnostic as per issue 5397
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140493 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/LogDiagnosticPrinter.cpp')
-rw-r--r--lib/Frontend/LogDiagnosticPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Frontend/LogDiagnosticPrinter.cpp b/lib/Frontend/LogDiagnosticPrinter.cpp
index 1f64134d3a..7089049ed5 100644
--- a/lib/Frontend/LogDiagnosticPrinter.cpp
+++ b/lib/Frontend/LogDiagnosticPrinter.cpp
@@ -94,7 +94,7 @@ void LogDiagnosticPrinter::EndSourceFile() {
}
void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level,
- const DiagnosticInfo &Info) {
+ const Diagnostic &Info) {
// Default implementation (Warnings/errors count).
DiagnosticConsumer::HandleDiagnostic(Level, Info);