summaryrefslogtreecommitdiffstats
path: root/clang/Driver/TextDiagnosticPrinter.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/Driver/TextDiagnosticPrinter.h')
-rw-r--r--clang/Driver/TextDiagnosticPrinter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/Driver/TextDiagnosticPrinter.h b/clang/Driver/TextDiagnosticPrinter.h
index 441f5ed80b7..e9c2e3a2e5e 100644
--- a/clang/Driver/TextDiagnosticPrinter.h
+++ b/clang/Driver/TextDiagnosticPrinter.h
@@ -23,6 +23,7 @@ class SourceManager;
class TextDiagnosticPrinter : public TextDiagnostics {
FullSourceLoc LastWarningLoc;
+ FullSourceLoc LastLoc;
public:
TextDiagnosticPrinter() {}
OpenPOWER on IntegriCloud