[cmake-developers] [PATCH v3 0/2] Add continue keyword
Gregor Jasny
gjasny at googlemail.com
Mon Nov 17 06:51:06 EST 2014
On 15/11/14 12:36, Gregor Jasny wrote:
> the current version now properly checks for proper nesting
> of the continue keyword. To detect new scope blocks like
> for example a function() I hoked into the Push/PopScope
> functions.
I just noticed that return() handling is broken. I'm also
working on a patch that checks for proper usage of break().
Thanks,
Gregor
More information about the cmake-developers
mailing list