Work around a suspected MSVC miscompile to try to bring the MSVC2013 buildbot back.
llvm-svn: 236034
This commit is contained in:
parent
55a3afb418
commit
9a99aa75d7
|
|
@ -498,6 +498,7 @@ class Preprocessor : public RefCountedBase<Preprocessor> {
|
||||||
SourceLocation ImportLoc;
|
SourceLocation ImportLoc;
|
||||||
|
|
||||||
struct SavedMacroInfo {
|
struct SavedMacroInfo {
|
||||||
|
SavedMacroInfo() : Latest(nullptr) {}
|
||||||
MacroDirective *Latest;
|
MacroDirective *Latest;
|
||||||
llvm::TinyPtrVector<ModuleMacro*> Overridden;
|
llvm::TinyPtrVector<ModuleMacro*> Overridden;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue