aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/StmtNodes.def
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/AST/StmtNodes.def')
-rw-r--r--include/clang/AST/StmtNodes.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/AST/StmtNodes.def b/include/clang/AST/StmtNodes.def
index 2f86c93e6d..e8d4a56c50 100644
--- a/include/clang/AST/StmtNodes.def
+++ b/include/clang/AST/StmtNodes.def
@@ -85,6 +85,7 @@ STMT(CStyleCastExpr , ExplicitCastExpr)
STMT(CompoundLiteralExpr , Expr)
STMT(ExtVectorElementExpr , Expr)
STMT(InitListExpr , Expr)
+STMT(DesignatedInitExpr , Expr)
STMT(VAArgExpr , Expr)
// GNU Extensions.