[PATCH] D134175: [clang][Interp] Implement record instance functions and returning struct types
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 28 05:43:30 PDT 2022
aaron.ballman added a comment.
Generally looks reasonable to me.
================
Comment at: clang/test/AST/Interp/records.cpp:52
static_assert(!ints2.c, "");
constexpr Ints ints3 = getInts();
----------------
Can you think of a reasonable way for us to test that you're handling the RVO pointer properly?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134175/new/
https://reviews.llvm.org/D134175
More information about the cfe-commits
mailing list