[analyzer] Treat cast of array to reference in the same way as array to
authorAnna Zaks <ganna@apple.com>
Thu, 24 May 2012 17:31:57 +0000 (17:31 +0000)
committerAnna Zaks <ganna@apple.com>
Thu, 24 May 2012 17:31:57 +0000 (17:31 +0000)
commitd0867105f4824a630f898422c4ef31708e0ad90e
tree061f387ce2e93c2693df87afc1da89269ba53046
parentcb4c483dbe657e632df8ff5099dc9d0fb108393f
[analyzer] Treat cast of array to reference in the same way as array to
pointer.

Fixes one of the crashes reported in PR12874.

llvm-svn: 157401
clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
clang/test/Analysis/cxx11-crashes.cpp