Details
Details
Diff Detail
Diff Detail
Event Timeline
clang/lib/AST/Interp/ByteCodeExprGen.cpp | ||
---|---|---|
661 | how could DiscardResult ever be true here (we return L655?) |
clang/lib/AST/Interp/ByteCodeExprGen.cpp | ||
---|---|---|
661 | Ah yes, you're right. |
Comment Actions
LGTM, thanks!
But please look at the bot failures, i suppose you need to rebase before merging.
Also, can you try to add the new interpreter to test/SemaCXX/paren-list-agg-init.cpp ?
Comment Actions
Also, can you try to add the new interpreter to test/SemaCXX/paren-list-agg-init.cpp ?
Hmm no, looks like there's a problem with rvalue references.
how could DiscardResult ever be true here (we return L655?)