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

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 4 15:38:10 PST 2017


Author: eugenezelenko
Date: Mon Dec  4 15:38:10 2017
New Revision: 319716

URL: http://llvm.org/viewvc/llvm-project?rev=319716&view=rev
Log:
[Lex] Fix lldb-x86_64-ubuntu-14.04-buildserver build bot broken with r319714 (NFC).

Modified:
    cfe/trunk/include/clang/Lex/PreprocessorLexer.h

Modified: cfe/trunk/include/clang/Lex/PreprocessorLexer.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/PreprocessorLexer.h?rev=319716&r1=319715&r2=319716&view=diff
==============================================================================
--- cfe/trunk/include/clang/Lex/PreprocessorLexer.h (original)
+++ cfe/trunk/include/clang/Lex/PreprocessorLexer.h Mon Dec  4 15:38:10 2017
@@ -76,7 +76,7 @@ protected:
   /// we are currently in.
   SmallVector<PPConditionalInfo, 4> ConditionalStack;
 
-  PreprocessorLexer() {}
+  PreprocessorLexer() : FID() {}
   PreprocessorLexer(Preprocessor *pp, FileID fid);
   virtual ~PreprocessorLexer() = default;
 




More information about the cfe-commits mailing list