[PATCH] Fix to PR8880 (clang dies processing a for loop).

Justin Bogner mail at justinbogner.com
Thu Dec 12 16:09:56 PST 2013


Serge Pavlov <sepavloff at gmail.com> writes:
> http://llvm-reviews.chandlerc.com/D2018

Neat! This also fixes a crash on the below bizarre construction, which
might be a good test case to add:

    for (({break;});;);



More information about the cfe-commits mailing list