Menu

#80 Missing check for local variable decl as control stmt body

Self_Reported
open
nobody
5
2012-11-27
2004-01-09
No

- Add checks to if, for, while, do, and labeled statements to
make
sure that child statements are not local variable declarations
or
type declaration statements. The following (and similar)
should be
disallowed.

if (b)
int j=0;
else
j=1;

Discussion


Log in to post a comment.

MongoDB Logo MongoDB