diff options
author | David Blaikie <dblaikie@gmail.com> | 2015-10-19 22:15:55 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2015-10-19 22:15:55 +0000 |
commit | 437aafdab254e624645208bf25b9c2fc65c75935 (patch) | |
tree | 514da25302b8cc0156327bdd7768273b9b34c737 /lldb/scripts/Python/modify-python-lldb.py | |
parent | c65d386b819212b53c76e698fcfb5e16207cdf92 (diff) | |
download | llvm-437aafdab254e624645208bf25b9c2fc65c75935.zip llvm-437aafdab254e624645208bf25b9c2fc65c75935.tar.gz llvm-437aafdab254e624645208bf25b9c2fc65c75935.tar.bz2 |
Fix -Wdeprecated regarding ORC copying ValueMaterializers
As usual, this is a polymorphic hierarchy without polymorphic ownership,
so simply make the dtor protected non-virtual, protected default copy
ctor/assign, and make derived classes final. The derived classes will
pick up correct default public copy ops (and dtor) implicitly.
(wish I could add -Wdeprecated to the build, but last time I tried it
triggered on some system headers I still need to look into/figure out)
llvm-svn: 250747
Diffstat (limited to 'lldb/scripts/Python/modify-python-lldb.py')
0 files changed, 0 insertions, 0 deletions