[Lex] Fix lldb-x86_64-ubuntu-14.04-buildserver build bot broken with r319714 (NFC).

llvm-svn: 319716
This commit is contained in:
Eugene Zelenko 2017-12-04 23:38:10 +00:00
parent 8d470918ce
commit 08803f6b7d
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ protected:
/// we are currently in. /// we are currently in.
SmallVector<PPConditionalInfo, 4> ConditionalStack; SmallVector<PPConditionalInfo, 4> ConditionalStack;
PreprocessorLexer() {} PreprocessorLexer() : FID() {}
PreprocessorLexer(Preprocessor *pp, FileID fid); PreprocessorLexer(Preprocessor *pp, FileID fid);
virtual ~PreprocessorLexer() = default; virtual ~PreprocessorLexer() = default;