Author: andersca
Date: Sat Nov 29 13:58:11 2008
New Revision: 60249
URL: http://llvm.org/viewvc/llvm-project?rev=60249&view=rev
Log:
CXXFunctionalCastExpr inherits from ExplicitCastExpr.
Modified:
cfe/trunk/include/clang/AST/StmtNodes.def
Modified: cfe/trunk/include/clang/AST/StmtNodes.def
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/StmtNodes.def?rev=60249&r1=60248&r2=60249&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/StmtNodes.def (original)
+++ cfe/trunk/include/clang/AST/StmtNodes.def Sat Nov 29 13:58:11 2008
@@ -97,7 +97,7 @@
STMT(CXXDynamicCastExpr , CXXNamedCastExpr)
STMT(CXXReinterpretCastExpr , CXXNamedCastExpr)
STMT(CXXConstCastExpr , CXXNamedCastExpr)
-STMT(CXXFunctionalCastExpr , Expr)
+STMT(CXXFunctionalCastExpr , ExplicitCastExpr)
STMT(CXXTypeidExpr , Expr)
STMT(CXXBoolLiteralExpr , Expr)
STMT(CXXThisExpr , Expr)
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits