summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseExpr.cpp
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2009-08-26 17:36:19 +0000
committerAnders Carlsson <andersca@mac.com>2009-08-26 17:36:19 +0000
commite7b9d71aab1d2337a6b33b03fd12aacbb0d52499 (patch)
treeb3e15633b4eea22deeb6b17950b65e1f2829998c /clang/lib/Parse/ParseExpr.cpp
parente9899d9769661d67cd8a088a8fd73a4625b38979 (diff)
downloadbcm5719-llvm-e7b9d71aab1d2337a6b33b03fd12aacbb0d52499.tar.gz
bcm5719-llvm-e7b9d71aab1d2337a6b33b03fd12aacbb0d52499.zip
Address some of Doug's comments.
llvm-svn: 80114
Diffstat (limited to 'clang/lib/Parse/ParseExpr.cpp')
-rw-r--r--clang/lib/Parse/ParseExpr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Parse/ParseExpr.cpp b/clang/lib/Parse/ParseExpr.cpp
index 16d3511dd7f..80e701e17ae 100644
--- a/clang/lib/Parse/ParseExpr.cpp
+++ b/clang/lib/Parse/ParseExpr.cpp
@@ -951,7 +951,7 @@ Parser::ParsePostfixExpressionSuffix(OwningExprResult LHS) {
}
if (!LHS.isInvalid())
- LHS = Actions.ActOnPseudoDtorReferenceExpr(CurScope, move(LHS),
+ LHS = Actions.ActOnDestructorReferenceExpr(CurScope, move(LHS),
OpLoc, OpKind,
Tok.getLocation(),
Tok.getIdentifierInfo(),
OpenPOWER on IntegriCloud