Make Scope keep track of the kind of scope it is. Properly scope loop and
switch statements. Make break/continue check that they are inside of an appropriate control-flow construct. This implements Parser/bad-control.c. llvm-svn: 39136
Loading
Please register or sign in to comment