From 60288600131c3f91bfc8ba512df9f2dd588e3308 Mon Sep 17 00:00:00 2001 From: Hal Finkel Date: Wed, 18 Sep 2013 03:29:09 +0000 Subject: [PATCH] Remove unnecessary comment regarding AsTypeExpr base class git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190914 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/Expr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/AST/Expr.h b/include/clang/AST/Expr.h index 55c9de2804..e82d6bb05f 100644 --- a/include/clang/AST/Expr.h +++ b/include/clang/AST/Expr.h @@ -4461,7 +4461,7 @@ public: /// AsTypeExpr - Clang builtin function __builtin_astype [OpenCL 6.2.4.2] /// This AST node provides support for reinterpreting a type to another /// type of the same size. -class AsTypeExpr : public Expr { // Should this be an ExplicitCastExpr? +class AsTypeExpr : public Expr { private: Stmt *SrcExpr; SourceLocation BuiltinLoc, RParenLoc; -- 2.40.0