summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2011-04-11 07:02:50 +0000
committerJohn McCall <rjmccall@apple.com>2011-04-11 07:02:50 +0000
commit2d2e870745c22a05a173e1fcec85e57535b5314b (patch)
tree635d38db68de34a33d2690faf839f05bdb467283 /clang/lib/StaticAnalyzer
parent62920834fa7a9ea0ac717e3b6d4c63449eb551a6 (diff)
downloadbcm5719-llvm-2d2e870745c22a05a173e1fcec85e57535b5314b.tar.gz
bcm5719-llvm-2d2e870745c22a05a173e1fcec85e57535b5314b.zip
More __unknown_anytype work.
llvm-svn: 129269
Diffstat (limited to 'clang/lib/StaticAnalyzer')
-rw-r--r--clang/lib/StaticAnalyzer/Core/ExprEngine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp b/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
index 0a7f1e93af1..7dd580475e3 100644
--- a/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
+++ b/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
@@ -2177,6 +2177,7 @@ void ExprEngine::VisitCast(const CastExpr *CastE, const Expr *Ex,
}
// Various C++ casts that are not handled yet.
case CK_ResolveUnknownAnyType:
+ case CK_ResolveUnknownAnyTypeToReference:
case CK_Dynamic:
case CK_ToUnion:
case CK_BaseToDerived:
OpenPOWER on IntegriCloud