|
|
|
@ -152,7 +152,7 @@ void Parser::Setup(ParserOptions^ Opts) |
|
|
|
if (C->hasPreprocessor()) |
|
|
|
if (C->hasPreprocessor()) |
|
|
|
{ |
|
|
|
{ |
|
|
|
Preprocessor& P = C->getPreprocessor(); |
|
|
|
Preprocessor& P = C->getPreprocessor(); |
|
|
|
//P.createPreprocessingRecord();
|
|
|
|
P.createPreprocessingRecord(); |
|
|
|
P.getBuiltinInfo().InitializeBuiltins(P.getIdentifierTable(), |
|
|
|
P.getBuiltinInfo().InitializeBuiltins(P.getIdentifierTable(), |
|
|
|
P.getLangOpts()); |
|
|
|
P.getLangOpts()); |
|
|
|
} |
|
|
|
} |
|
|
|
|