Improve comments.

llvm-svn: 59294
This commit is contained in:
Zhongxing Xu 2008-11-14 09:23:38 +00:00
parent 9a91bd82c5
commit c967d03528
1 changed files with 1 additions and 1 deletions

View File

@ -1672,7 +1672,7 @@ void GRExprEngine::VisitCast(Expr* CastE, Expr* Ex, NodeTy* Pred, NodeSet& Dst){
continue;
}
// StoreManager casts array to different values.
// Check for casts from array type to pointer type.
if (ExTy->isArrayType()) {
assert(T->isPointerType() || T->isReferenceType());