mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 02:36:05 +00:00
Appease -Wnon-virtual-dtor
llvm-svn: 143965
This commit is contained in:
parent
561fac4d4e
commit
43e15ff357
@ -141,6 +141,8 @@ namespace {
|
||||
: S(S), ResultIndex(PseudoObjectExpr::NoResult),
|
||||
GenericLoc(genericLoc) {}
|
||||
|
||||
virtual ~PseudoOpBuilder() {}
|
||||
|
||||
/// Add a normal semantic expression.
|
||||
void addSemanticExpr(Expr *semantic) {
|
||||
Semantics.push_back(semantic);
|
||||
|
Loading…
x
Reference in New Issue
Block a user