[PATCH] D143480: [clang][Interp] Fix derived-to-base casts for >1 levels
Timm Bäder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 9 21:37:54 PST 2023
tbaeder added inline comments.
================
Comment at: clang/test/AST/Interp/records.cpp:266
};
#endif
----------------
aaron.ballman wrote:
> I think it'd be good to add test coverage for cases like: https://godbolt.org/z/GnPnP4z76
That even worked :)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143480/new/
https://reviews.llvm.org/D143480
More information about the cfe-commits
mailing list