If the argument is of composite type, we need a pointer to return.
Details
Details
- Reviewers
aaron.ballman erichkeane shafik cor3ntin
Diff Detail
Diff Detail
Paths
| Differential D155710
[clang][Interp] Create a new local variable in VisitCXXDefaultArgExpr AbandonedPublic Authored by tbaeder on Jul 19 2023, 7:22 AM.
Details
Summary If the argument is of composite type, we need a pointer to return.
Diff Detail Event Timelinetbaeder retitled this revision from [clang][Interp] Create a new local varible in VisitCXXDefaultArgExpr to [clang][Interp] Create a new local variable in VisitCXXDefaultArgExpr.Jul 19 2023, 7:23 AM
Revision Contents
Diff 542015 clang/lib/AST/Interp/ByteCodeExprGen.cpp
clang/test/AST/Interp/records.cpp
|