llvm-project
6f67c386 - [clang][bytecode] Fix a variable scope problem with continue/break jumps (#107738)

Commit
1 year ago
[clang][bytecode] Fix a variable scope problem with continue/break jumps (#107738) Cleaning up _all_ the scopes is a little too much. Only clean up until the point here we started the scope relevant for the break/continue statement.
Author
Parents
Loading