llvm-project
6f67c386
- [clang][bytecode] Fix a variable scope problem with continue/break jumps (#107738)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#107738 - [clang][bytecode] Fix a variable scope problem with continue/break jumps
Author
tbaederr
Parents
f5b7c109
Loading