aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/Environment.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Checker/Environment.cpp')
-rw-r--r--lib/Checker/Environment.cpp3
1 files changed, 1 insertions, 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<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: