[cfe-commits] r41853 - /cfe/trunk/Analysis/DeadStores.cpp

Fariborz Jahanian fjahanian at apple.com
Tue Sep 11 10:33:59 PDT 2007


On Sep 11, 2007, at 10:24 AM, Ted Kremenek wrote:

> Author: kremenek
> Date: Tue Sep 11 12:24:14 2007
> New Revision: 41853
>
> URL: http://llvm.org/viewvc/llvm-project?rev=41853&view=rev
> Log:
> For looking at "dead stores" in declarations, we now check to see
> if the assigned value is a constant expression, e.g.:

Don't you want to check that RHS is an expression with no side-effect  
(or maybe this is what you mean by a constant expression)?

- Fariborz

>



More information about the cfe-commits mailing list