diff options
author | John McCall <rjmccall@apple.com> | 2011-04-11 07:02:50 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2011-04-11 07:02:50 +0000 |
commit | 379b5155b4566f63679e1da6b0ceb5fdfa2aec6d (patch) | |
tree | 7356aaebdf826a1e4280ca48be61de2f6c1aa082 /lib/StaticAnalyzer/Core/ExprEngine.cpp | |
parent | 575b374fdbfc2c2224fd3047ac11ffc4b8db9ae5 (diff) |
More __unknown_anytype work.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129269 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/StaticAnalyzer/Core/ExprEngine.cpp')
-rw-r--r-- | lib/StaticAnalyzer/Core/ExprEngine.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/StaticAnalyzer/Core/ExprEngine.cpp b/lib/StaticAnalyzer/Core/ExprEngine.cpp index 0a7f1e93af..7dd580475e 100644 --- a/lib/StaticAnalyzer/Core/ExprEngine.cpp +++ b/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: |