llvm-project
8789401c
- [clang][bytecode] Fix a crash with invalid ArraySubscriptExprs (#196964)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
18 days ago
[clang][bytecode] Fix a crash with invalid ArraySubscriptExprs (#196964) In the attached test case, `arr` becomes the _index_, not the base, which causes us later to run into issues because the index is a pointer and not an integer.
References
#196964 - [clang][bytecode] Fix a crash with invalid ArraySubscriptExprs
Author
tbaederr
Parents
49178107
Loading