We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae28fb commit 8959206Copy full SHA for 8959206
clang/include/clang/AST/Expr.h
@@ -1136,7 +1136,6 @@ class ConstantExpr final
1136
return ConstantExprBits.APValueKind != APValue::None;
1137
}
1138
APValue getAPValueResult() const;
1139
- APValue &getResultAsAPValue() const { return APValueResult(); }
1140
llvm::APSInt getResultAsAPSInt() const;
1141
// Iterators
1142
child_range children() { return child_range(&SubExpr, &SubExpr+1); }
0 commit comments