[cfe-commits] r126286 - in /cfe/trunk: include/clang/Sema/Sema.h lib/Sema/SemaChecking.cpp lib/Sema/SemaExpr.cpp lib/Sema/SemaStmt.cpp

Chris Lattner clattner at apple.com
Tue Feb 22 18:30:01 PST 2011


On Feb 22, 2011, at 6:27 PM, Ted Kremenek wrote:

> I'll update with comments.  The Stmt* is optional because we don't want to always result to using the reachability analysis to prune warnings (e.g., "unused value" warnings).

Unused value warnings aren't "runtime behavior" warnings though, right?

-Chris



More information about the cfe-commits mailing list