llvm-project
ff94a19f - [clang][bytecode] Fix APValues for arrays in dynamic allocations (#175176)

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