Preprocessor doesn't require and IdentifierInfoLookup object.

Patch by Axel Naumann!

llvm-svn: 62854
This commit is contained in:
Chris Lattner 2009-01-23 18:00:48 +00:00
parent 7fa50496f6
commit 9db60a38e9
1 changed files with 1 additions and 1 deletions

View File

@ -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();