I still have this mixed up with the CompoundLiteral code since this is was I used for testing. I can split this up if needed of course.
Details
Details
Diff Detail
Diff Detail
Event Timeline
clang/lib/AST/Interp/ByteCodeExprGen.cpp | ||
---|---|---|
754–761 | ||
788 | Maybe I am misreading the code but wouldn't int x = (int){10}; do? godbolt: https://godbolt.org/z/5WYE5h8dW |