[cfe-commits] Note and FixIt for additional case of vexing parse

Nikola Smiljanic popizdeh at gmail.com
Tue Jul 31 00:29:51 PDT 2012


I think you forgot to remove the second condition.
if (FTI.NumArgs > 0 && D.getContext() != Declarator::ConditionContext) {

You already have this check "D.getContext() ==
Declarator::ConditionContext" few lines above.

Thanks for the quick reviews and your patience.



More information about the cfe-commits mailing list