[PATCH] D140664: [Sema] Don't mark deleted special member functions as non-trivial
Chris Elrod via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 27 00:29:34 PST 2022
chriselrod added inline comments.
================
Comment at: clang/test/SemaCXX/GH59624.cpp:10-12
+struct CFoo{
+ const int x{0};
+};
----------------
This isn't needed for the test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140664/new/
https://reviews.llvm.org/D140664
More information about the cfe-commits
mailing list