r190914 - Remove unnecessary comment regarding AsTypeExpr base class

Hal Finkel hfinkel at anl.gov
Tue Sep 17 20:29:09 PDT 2013


Author: hfinkel
Date: Tue Sep 17 22:29:09 2013
New Revision: 190914

URL: http://llvm.org/viewvc/llvm-project?rev=190914&view=rev
Log:
Remove unnecessary comment regarding AsTypeExpr base class

Modified:
    cfe/trunk/include/clang/AST/Expr.h

Modified: cfe/trunk/include/clang/AST/Expr.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Expr.h?rev=190914&r1=190913&r2=190914&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Expr.h (original)
+++ cfe/trunk/include/clang/AST/Expr.h Tue Sep 17 22:29:09 2013
@@ -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;





More information about the cfe-commits mailing list