rsmith added a comment.
This change should be guarded by `-fclang-abi-compat=` so that users can opt to
using the old ABI.
Comment at: clang/lib/Sema/SemaDeclCXX.cpp:9200-9202
- // C++11 [class.copy]p12, p25: [DR1593]
- // A [special member] is trivial if [...] its paramet
comex created this revision.
comex added a reviewer: rsmith.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
When defining a copy constructor or assignment operator as either explicitly
defaulted (`= default`) or deleted (`= delete`), it's possible to give it a
different p