From 8ed119f7cb73fcbf44df0240203a3194e52a79d0 Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Thu, 25 Nov 2010 02:52:17 +0000 Subject: [PATCH] Improve comments. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120142 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Checker/Environment.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Checker/Environment.cpp b/lib/Checker/Environment.cpp index 0bbe40dc1a..b09cb9d604 100644 --- a/lib/Checker/Environment.cpp +++ b/lib/Checker/Environment.cpp @@ -53,8 +53,7 @@ SVal Environment::GetSVal(const Stmt *E, ValueManager& ValMgr) const { return ValMgr.makeIntVal(cast(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: -- 2.40.0