This is an archive of the discontinued LLVM Phabricator instance.

[clang][Interp] Handle CXXConstructExprs
AbandonedPublic

Authored by tbaeder on Jun 23 2023, 11:17 PM.

Details

Summary

Fixes a so far broken Lambda test case.

Diff Detail

Event Timeline

tbaeder created this revision.Jun 23 2023, 11:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 23 2023, 11:17 PM
tbaeder requested review of this revision.Jun 23 2023, 11:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 23 2023, 11:17 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript

I think this makes https://reviews.llvm.org/D153653 unnecessary(?)

shafik added inline comments.Jul 26 2023, 2:29 PM
clang/lib/AST/Interp/ByteCodeExprGen.cpp
1109

Should we be checking isElidable()?