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/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp | |
| parent | c65d386b819212b53c76e698fcfb5e16207cdf92 (diff) | |
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/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions
