llvm-project
3c51ed98
- [clang][bytecode] Fix initializing array elems from string (#175170)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
95 days ago
[clang][bytecode] Fix initializing array elems from string (#175170) In the `= {"foo"}` case, we don't have an array filler we can use and we need to explicitily zero the remaining elements.
References
#175170 - [clang][bytecode] Fix initializing array elems from string
Author
tbaederr
Parents
89c8a253
Loading