diff options
| author | Hal Finkel <hfinkel@anl.gov> | 2013-09-18 03:29:09 +0000 |
|---|---|---|
| committer | Hal Finkel <hfinkel@anl.gov> | 2013-09-18 03:29:09 +0000 |
| commit | 4c2316be490f798ed44e439d91a6604f57d3b9db (patch) | |
| tree | 1b78339bfe58fa46bf8968d83596e6da5d4f6c10 | |
| parent | ef985ac91c0752dd6515a422778e056064cee9de (diff) | |
| download | bcm5719-llvm-4c2316be490f798ed44e439d91a6604f57d3b9db.tar.gz bcm5719-llvm-4c2316be490f798ed44e439d91a6604f57d3b9db.zip | |
Remove unnecessary comment regarding AsTypeExpr base class
llvm-svn: 190914
| -rw-r--r-- | clang/include/clang/AST/Expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/AST/Expr.h b/clang/include/clang/AST/Expr.h index 55c9de28044..e82d6bb05fe 100644 --- a/clang/include/clang/AST/Expr.h +++ b/clang/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; |

