llvm-project
8789401c - [clang][bytecode] Fix a crash with invalid ArraySubscriptExprs (#196964)

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.
Author
Parents
Loading