summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.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
commitb5784324b3070c9f4788bdce40d8f9e347bc255d (patch)
tree210c5da1f406e0acd64f86665c3be8b4ca42443c /clang/lib/Sema/Sema.cpp
parent53c125d0631cb85809d1a9822de9e5e01c95ea11 (diff)
downloadbcm5719-llvm-b5784324b3070c9f4788bdce40d8f9e347bc255d.tar.gz
bcm5719-llvm-b5784324b3070c9f4788bdce40d8f9e347bc255d.zip
Rename DiagnosticInfo to Diagnostic as per issue 5397
llvm-svn: 140493
Diffstat (limited to 'clang/lib/Sema/Sema.cpp')
-rw-r--r--clang/lib/Sema/Sema.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/Sema.cpp b/clang/lib/Sema/Sema.cpp
index 39933fde5f5..d0c122a51c3 100644
--- a/clang/lib/Sema/Sema.cpp
+++ b/clang/lib/Sema/Sema.cpp
@@ -669,7 +669,7 @@ Sema::SemaDiagnosticBuilder::~SemaDiagnosticBuilder() {
// Make a copy of this suppressed diagnostic and store it with the
// template-deduction information;
FlushCounts();
- DiagnosticInfo DiagInfo(&SemaRef.Diags);
+ Diagnostic DiagInfo(&SemaRef.Diags);
if (*Info)
(*Info)->addSuppressedDiagnostic(DiagInfo.getLocation(),
OpenPOWER on IntegriCloud