[PATCH] Propagate ASTReaderListener API in ChainedASTReaderListener

Justin Bogner mail at justinbogner.com
Wed May 21 23:15:15 PDT 2014


Ben Langmuir <blangmuir at apple.com> writes:
>> +  bool Continue = true;
>> +  if (First->needsInputFileVisitation() &&
>
> The above notwithstanding, Continue should start false, or we will
> never return true :-) If you fix that, then LGTM!

Right, good catch! Committed with that fixed in r209394.



More information about the cfe-commits mailing list