[cfe-dev] [StaticAnalyzer]: Cant get my checker to output

John McCall rjmccall at apple.com
Wed Sep 28 19:40:15 PDT 2011


On Sep 28, 2011, at 7:34 PM, funceval wrote:
> Not even constant folding and constant propagation?

Correct.  A few places in the AST, like array dimensions, do compute and store the value of a constant expression, but only in unevaluated contexts, and the original source information is never thrown away.

John.



More information about the cfe-dev mailing list