diff options
author | Fangrui Song <maskray@google.com> | 2019-12-05 15:54:08 -0800 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2019-12-12 16:31:36 -0800 |
commit | b7eb30d48131c0b42cf5fa5bf866e846959876c2 (patch) | |
tree | dbc9f13551051d10fbfce2cd8c6caa459e70795a /lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py | |
parent | dabd2622a86900718ce5ba22e787333265375d4a (diff) | |
download | bcm5719-llvm-b7eb30d48131c0b42cf5fa5bf866e846959876c2.tar.gz bcm5719-llvm-b7eb30d48131c0b42cf5fa5bf866e846959876c2.zip |
__bit_reference: fix -Wdeprecated-copy warnings
Since C++11, [depr.impldec]:
The implicit definition of a copy constructor as defaulted is deprecated
if the class has a user-declared copy assignment operator or a
user-declared destructor.
At clang HEAD, -Wdeprecated-copy (included by -Wextra) will warn on such instances.
Reviewed By: EricWF
Differential Revision: https://reviews.llvm.org/D71096
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py')
0 files changed, 0 insertions, 0 deletions