llvm-project
ff94a19f
- [clang][bytecode] Fix APValues for arrays in dynamic allocations (#175176)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
105 days ago
[clang][bytecode] Fix APValues for arrays in dynamic allocations (#175176) getType() returns just int for those instead of an array type, so the previous condition resulted in the array index missing in the APValue's LValuePath.
References
#175176 - [clang][bytecode] Fix APValues for arrays in dynamic allocations
Author
tbaederr
Parents
3c51ed98
Loading