]> granicus.if.org Git - clang/commitdiff
Forgot to modify LAST_EXPR (thanks Nuno).
authorSteve Naroff <snaroff@apple.com>
Sun, 10 Aug 2008 19:28:37 +0000 (19:28 +0000)
committerSteve Naroff <snaroff@apple.com>
Sun, 10 Aug 2008 19:28:37 +0000 (19:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54619 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/StmtNodes.def

index e4fa138f94b985030e09f66791ec91177ba36bbb..1b1da77cda3e7c9afcbe155737f87592997f6552 100644 (file)
@@ -106,7 +106,7 @@ STMT(76, ObjCPropertyRefExpr  , Expr)
 STMT(77, OverloadExpr         , Expr)
 STMT(78, ShuffleVectorExpr    , Expr)
 
-LAST_EXPR(79)
+LAST_EXPR(78)
 
 #undef STMT
 #undef FIRST_STMT