Work around a suspected MSVC miscompile to try to bring the MSVC2013 buildbot back.

llvm-svn: 236034
This commit is contained in:
Richard Smith 2015-04-28 21:09:27 +00:00
parent 55a3afb418
commit 9a99aa75d7
1 changed files with 1 additions and 0 deletions

View File

@ -498,6 +498,7 @@ class Preprocessor : public RefCountedBase<Preprocessor> {
SourceLocation ImportLoc;
struct SavedMacroInfo {
SavedMacroInfo() : Latest(nullptr) {}
MacroDirective *Latest;
llvm::TinyPtrVector<ModuleMacro*> Overridden;
};