mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-01 01:31:26 +00:00
[Lex] Fix lldb-x86_64-ubuntu-14.04-buildserver build bot broken with r319714 (NFC).
llvm-svn: 319716
This commit is contained in:
parent
8d470918ce
commit
08803f6b7d
@ -76,7 +76,7 @@ protected:
|
||||
/// we are currently in.
|
||||
SmallVector<PPConditionalInfo, 4> ConditionalStack;
|
||||
|
||||
PreprocessorLexer() {}
|
||||
PreprocessorLexer() : FID() {}
|
||||
PreprocessorLexer(Preprocessor *pp, FileID fid);
|
||||
virtual ~PreprocessorLexer() = default;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user