[all-commits] [llvm/llvm-project] f18b71: [clang][Interp] Implement remaining MaterializeTem...
Timm Bäder via All-commits
all-commits at lists.llvm.org
Wed Mar 1 22:53:24 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f18b71d14f7efdbc76aba888fdfe233bf0de7841
https://github.com/llvm/llvm-project/commit/f18b71d14f7efdbc76aba888fdfe233bf0de7841
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-03-02 (Thu, 02 Mar 2023)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/lib/AST/Interp/ByteCodeExprGen.h
M clang/test/AST/Interp/cxx17.cpp
M clang/test/AST/Interp/literals.cpp
M clang/test/AST/Interp/records.cpp
Log Message:
-----------
[clang][Interp] Implement remaining MaterializeTemporaryExpr bits
As well as support for CompoundLiteralExprs.
Differential Revision: https://reviews.llvm.org/D140668
More information about the All-commits
mailing list