Do not replace the constructor or destructor of a union with =default
if it would be implicitly deleted.
Fixes: PR27926
Differential D38179
[clang-tidy] Handle unions in modernize-use-equals-default check malcolm.parsons on Sep 22 2017, 8:48 AM. Authored by
Details
Do not replace the constructor or destructor of a union with =default Fixes: PR27926
Diff Detail
Event Timeline
|
Please don't use auto here or elsewhere if the type is not explicitly spelled out.