I kindly request another review.<div><br></div><div>while (int f()=0) ; // condition.cpp
</div><div>This should be the same as your ConditionContext example so I removed warnings.</div><div><br></div><div>T(*d)(int(p)); // decl-expr-ambiguity.cpp
</div><div>This should be unambiguous, always a function pointer. Maybe I should delete the entire line since this file is explicitly testing ambiguity?</div>