diff options
author | Kaelyn Uhrain <rikka@google.com> | 2012-10-24 19:17:42 +0000 |
---|---|---|
committer | Kaelyn Uhrain <rikka@google.com> | 2012-10-24 19:17:42 +0000 |
commit | 79a97119184dfafe8c6190754d66bc8bcb118a86 (patch) | |
tree | c7c74f8e83f43b2385d4b95041ac0acfaaf12438 /clang/lib/Serialization/GeneratePCH.cpp | |
parent | 7b3d205ee3ee7231bb722ac689c31b23ea9f60a3 (diff) | |
download | bcm5719-llvm-79a97119184dfafe8c6190754d66bc8bcb118a86.tar.gz bcm5719-llvm-79a97119184dfafe8c6190754d66bc8bcb118a86.zip |
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 'clang/lib/Serialization/GeneratePCH.cpp')
0 files changed, 0 insertions, 0 deletions