commit | 0caa39474bfc9ca1b4ce64b3318ddaa1d8975232 | [log] [tgz] |
---|---|---|
author | Patrick Beard <pcbeard@mac.com> | Thu Apr 19 00:25:12 2012 +0000 |
committer | Patrick Beard <pcbeard@mac.com> | Thu Apr 19 00:25:12 2012 +0000 |
tree | ed4816aeb2e1961c1a24293ddf74e1c8826a0d43 | |
parent | 201ba5fa00c789edd594791176f6771f10e85dd1 [diff] [blame] |
Implements boxed expressions for Objective-C. <rdar://problem/10194391> llvm-svn: 155082
diff --git a/clang/lib/AST/StmtProfile.cpp b/clang/lib/AST/StmtProfile.cpp index e50523a..e6b378e 100644 --- a/clang/lib/AST/StmtProfile.cpp +++ b/clang/lib/AST/StmtProfile.cpp
@@ -981,7 +981,7 @@ VisitExpr(S); } -void StmtProfiler::VisitObjCNumericLiteral(const ObjCNumericLiteral *E) { +void StmtProfiler::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { VisitExpr(E); }