From: Zhongxing Xu Date: Fri, 14 Nov 2008 09:23:38 +0000 (+0000) Subject: Improve comments. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37d682ac042d232d377a5f7bc6266149c82584a4;p=clang Improve comments. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59294 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/GRExprEngine.cpp b/lib/Analysis/GRExprEngine.cpp index 38eeaddcb8..cb7c7fe3e1 100644 --- a/lib/Analysis/GRExprEngine.cpp +++ b/lib/Analysis/GRExprEngine.cpp @@ -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());