diff options
Diffstat (limited to 'lib/Analysis/Store.cpp')
-rw-r--r-- | lib/Analysis/Store.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Analysis/Store.cpp b/lib/Analysis/Store.cpp index bc5d6c25a9..d7633a46ac 100644 --- a/lib/Analysis/Store.cpp +++ b/lib/Analysis/Store.cpp @@ -106,8 +106,8 @@ StoreManager::NewCastRegion(const GRState *state, const MemRegion* R, // the cast-to pointee type is of smaller size. In other cases, we return // the original VarRegion. - // If the pointee or object type is incomplete, do compute their sizes, - // and return the original region. + // If the pointee or object type is incomplete, do not compute their + // sizes, and return the original region. QualType ObjTy = cast<TypedRegion>(R)->getValueType(Ctx); if (!IsCompleteType(Ctx, PointeeTy) || !IsCompleteType(Ctx, ObjTy)) { |