Improve comments.

llvm-svn: 120142
This commit is contained in:
Zhongxing Xu 2010-11-25 02:52:17 +00:00
parent be83a3aeca
commit 7514633c26
1 changed files with 1 additions and 2 deletions

View 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: