]> granicus.if.org Git - clang/commitdiff
Remove unnecessary comment regarding AsTypeExpr base class
authorHal Finkel <hfinkel@anl.gov>
Wed, 18 Sep 2013 03:29:09 +0000 (03:29 +0000)
committerHal Finkel <hfinkel@anl.gov>
Wed, 18 Sep 2013 03:29:09 +0000 (03:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190914 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Expr.h

index 55c9de280441f340180b5c1b0c9c277483707392..e82d6bb05fea5121cb4682f26cf9da7f4db5ec0e 100644 (file)
@@ -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;