summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Sema/Sema.h')
-rw-r--r--clang/lib/Sema/Sema.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h
index d569994d167..6d9e5820666 100644
--- a/clang/lib/Sema/Sema.h
+++ b/clang/lib/Sema/Sema.h
@@ -226,7 +226,7 @@ public:
const LangOptions &getLangOptions() const;
/// The primitive diagnostic helpers.
- DiagnosticInfo Diag(SourceLocation Loc, unsigned DiagID);
+ DiagnosticBuilder Diag(SourceLocation Loc, unsigned DiagID);
virtual void DeleteExpr(ExprTy *E);
virtual void DeleteStmt(StmtTy *S);
OpenPOWER on IntegriCloud