Place the comment at the right place.

This commit is contained in:
Vassil Vassilev 2013-05-23 11:05:02 +02:00 committed by sftnight
parent 43eaeb1893
commit 09ed3d32da

View File

@ -82,9 +82,10 @@ namespace cling {
m_TTransformers.push_back(new ReturnSynthesizer(TheSema));
}
void IncrementalParser::Initialize() {
// pull in PCHs
if (hasCodeGenerator())
getCodeGenerator()->Initialize(getCI()->getASTContext());
// pull in PCHs
const std::string& PCHFileName
= m_CI->getInvocation ().getPreprocessorOpts().ImplicitPCHInclude;