Fixes https://github.com/llvm/llvm-project/issues/62004
Details
Details
Diff Detail
Diff Detail
Event Timeline
clang/lib/AST/Interp/ByteCodeExprGen.cpp | ||
---|---|---|
240 | Next time this pattern shows up, I need to add a convenience function. |
Paths
| Differential D147840
[clang][Interp] Handle DiscardResult for DeclRef- and ParenExprs ClosedPublic Authored by tbaeder on Apr 7 2023, 10:29 PM.
Details Summary Fixes https://github.com/llvm/llvm-project/issues/62004
Diff Detail Event Timeline
This revision is now accepted and ready to land.May 2 2023, 8:19 AM Closed by commit rG92f67dc27f41: [clang][Interp] Handle DiscardResult for DeclRef- and ParenExprs (authored by tbaeder). · Explain WhyMay 3 2023, 11:30 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 515660 clang/lib/AST/Interp/ByteCodeExprGen.cpp
clang/test/AST/Interp/literals.cpp
|
Next time this pattern shows up, I need to add a convenience function.