summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
diff options
context:
space:
mode:
authorKaelyn Uhrain <rikka@google.com>2012-10-24 19:17:42 +0000
committerKaelyn Uhrain <rikka@google.com>2012-10-24 19:17:42 +0000
commit79a97119184dfafe8c6190754d66bc8bcb118a86 (patch)
treec7c74f8e83f43b2385d4b95041ac0acfaaf12438 /lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
parent7b3d205ee3ee7231bb722ac689c31b23ea9f60a3 (diff)
Make ~Operator() protected so subclasses can inherit it and not have
a bunch of errors for all the Operator subclasses such as: include/llvm/Operator.h:76:7: error: deleted function 'virtual llvm::OverflowingBinaryOperator::~OverflowingBinaryOperator()' include/llvm/Operator.h:43:3: error: overriding non-deleted function 'virtual llvm::Operator::~Operator()' include/llvm/Operator.h:76:7: error: 'virtual llvm::OverflowingBinaryOperator::~OverflowingBinaryOperator()' is implicitly deleted because the default definition would be ill-formed: include/llvm/Operator.h:43:3: error: 'virtual llvm::Operator::~Operator()' is private include/llvm/Operator.h:76:7: error: within this context llvm-svn: 166611
Diffstat (limited to 'lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h')
0 files changed, 0 insertions, 0 deletions