commit | ba06891f7cb1b2cb9f5cf701f8174eee9177eaa8 | [log] [tgz] |
---|---|---|
author | Zhongxing Xu <xuzhongxing@gmail.com> | Fri Nov 14 09:23:38 2008 +0000 |
committer | Zhongxing Xu <xuzhongxing@gmail.com> | Fri Nov 14 09:23:38 2008 +0000 |
tree | 54b7d1f7b5ddbddb7734152ef9dd8449f67e1f92 | |
parent | e5cb917b36b0f0a6b836a0fe57f2253edbc60452 [diff] |
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 38eeadd..cb7c7fe 100644 --- a/lib/Analysis/GRExprEngine.cpp +++ b/lib/Analysis/GRExprEngine.cpp
@@ -1672,7 +1672,7 @@ continue; } - // StoreManager casts array to different values. + // Check for casts from array type to pointer type. if (ExTy->isArrayType()) { assert(T->isPointerType() || T->isReferenceType());