]> granicus.if.org Git - clang/commitdiff
Fix 80 col violation.
authorTed Kremenek <kremenek@apple.com>
Mon, 6 Jul 2009 22:59:23 +0000 (22:59 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 6 Jul 2009 22:59:23 +0000 (22:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74877 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/Store.cpp

index b161d5310ec99d87e7f4f73daa4cce9793d21594..4ca02085225d319caa53fd7adb5ed028fbc56756 100644 (file)
@@ -91,10 +91,10 @@ StoreManager::NewCastRegion(const GRState *state, const MemRegion* R,
     case MemRegion::FieldRegionKind:
     case MemRegion::ObjCIvarRegionKind:
     case MemRegion::VarRegionKind: {
-      // VarRegion, ElementRegion, and FieldRegion has an inherent type. Normally
-      // they should not be cast. We only layer an ElementRegion when the cast-to
-      // pointee type is of smaller size. In other cases, we return the original
-      // VarRegion.
+      // VarRegion, ElementRegion, and FieldRegion has an inherent type.
+      // Normally they should not be cast. We only layer an ElementRegion when
+      // the cast-to pointee type is of smaller size. In other cases, we return
+      // the original VarRegion.
       
       // If the pointee type is incomplete, do not compute its size, and return
       // the original region.