[analyzer] fixup the comment

llvm-svn: 183450
This commit is contained in:
Anna Zaks 2013-06-06 22:02:55 +00:00
parent cf10ea8cb2
commit 496312a364
1 changed files with 1 additions and 1 deletions

View File

@ -1730,7 +1730,7 @@ void ExprEngine::VisitMemberExpr(const MemberExpr *M, ExplodedNode *Pred,
// We special case rvalue of array type because the analyzer cannot reason
// about it, since we expect all regions to be wrapped in Locs. So we will
// treat these as lvalues assuming that they will decay to pointers as soon
// as they are used. Below
// as they are used.
if (!M->isGLValue()) {
assert(M->getType()->isArrayType());
const ImplicitCastExpr *PE =