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 09d65fe commit 159f05fCopy full SHA for 159f05f
clang/include/clang/AST/ExprCXX.h
@@ -5129,15 +5129,15 @@ class CXXParenListInitExpr final
5129
return getTrailingObjects<Expr *>(NumExprs);
5130
}
5131
5132
- const ArrayRef<Expr *> getInitExprs() const {
+ ArrayRef<Expr *> getInitExprs() const {
5133
5134
5135
5136
ArrayRef<Expr *> getUserSpecifiedInitExprs() {
5137
return getTrailingObjects<Expr *>(NumUserSpecifiedExprs);
5138
5139
5140
- const ArrayRef<Expr *> getUserSpecifiedInitExprs() const {
+ ArrayRef<Expr *> getUserSpecifiedInitExprs() const {
5141
5142
5143
0 commit comments