[cfe-commits] r120142 - /cfe/trunk/lib/Checker/Environment.cpp
Zhongxing Xu
xuzhongxing at gmail.com
Wed Nov 24 18:52:17 PST 2010
Author: zhongxingxu
Date: Wed Nov 24 20:52:17 2010
New Revision: 120142
URL: http://llvm.org/viewvc/llvm-project?rev=120142&view=rev
Log:
Improve comments.
Modified:
cfe/trunk/lib/Checker/Environment.cpp
Modified: cfe/trunk/lib/Checker/Environment.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Checker/Environment.cpp?rev=120142&r1=120141&r2=120142&view=diff
==============================================================================
--- cfe/trunk/lib/Checker/Environment.cpp (original)
+++ cfe/trunk/lib/Checker/Environment.cpp Wed Nov 24 20:52:17 2010
@@ -53,8 +53,7 @@
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:
More information about the cfe-commits
mailing list