]> granicus.if.org Git - clang/commitdiff
Improve comments.
authorZhongxing Xu <xuzhongxing@gmail.com>
Thu, 25 Nov 2010 02:52:17 +0000 (02:52 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Thu, 25 Nov 2010 02:52:17 +0000 (02:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120142 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Checker/Environment.cpp

index 0bbe40dc1a808a68a9972d9b2bfbd0b5afdcc187..b09cb9d60401644d3819fa4ae001d8b8512d023a 100644 (file)
@@ -53,8 +53,7 @@ SVal Environment::GetSVal(const Stmt *E, ValueManager& ValMgr) const {
           return ValMgr.makeIntVal(cast<IntegerLiteral>(E));
       }
 
-      // Casts where the source and target type are the same
-      // are no-ops.  We blast through these to get the descendant
+      // We blast through no-op casts to get the descendant
       // subexpression that has a value.
 
       case Stmt::ImplicitCastExprClass: