summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/include/clang/Lex/Preprocessor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/include/clang/Lex/Preprocessor.h b/clang/include/clang/Lex/Preprocessor.h
index c4765f099e4..4a6ed81218e 100644
--- a/clang/include/clang/Lex/Preprocessor.h
+++ b/clang/include/clang/Lex/Preprocessor.h
@@ -498,6 +498,7 @@ class Preprocessor : public RefCountedBase<Preprocessor> {
SourceLocation ImportLoc;
struct SavedMacroInfo {
+ SavedMacroInfo() : Latest(nullptr) {}
MacroDirective *Latest;
llvm::TinyPtrVector<ModuleMacro*> Overridden;
};
OpenPOWER on IntegriCloud