Previously, clang would crash on the test case below, because it misinterprets the operator=(bool) call as a move assignment operator.
Details
Details
Diff Detail
Diff Detail
Differential D20923
[Sema] Fix a crash on invalid where invalid defaulted function is called erik.pilkington on Jun 2 2016, 10:03 AM. Authored by
Details Previously, clang would crash on the test case below, because it misinterprets the operator=(bool) call as a move assignment operator.
Diff Detail |