forked from OSchip/llvm-project
Preprocessor doesn't require and IdentifierInfoLookup object.
Patch by Axel Naumann! llvm-svn: 62854
This commit is contained in:
parent
7fa50496f6
commit
9db60a38e9
|
@ -192,7 +192,7 @@ private: // Cached tokens state.
|
|||
public:
|
||||
Preprocessor(Diagnostic &diags, const LangOptions &opts, TargetInfo &target,
|
||||
SourceManager &SM, HeaderSearch &Headers,
|
||||
IdentifierInfoLookup* IILookup);
|
||||
IdentifierInfoLookup* IILookup = 0);
|
||||
|
||||
~Preprocessor();
|
||||
|
||||
|
|
Loading…
Reference in New Issue