]> granicus.if.org Git - clang/commit
Added back logic in patch r46361 (http://llvm.org/viewvc/llvm-project?rev=46361&view...
authorTed Kremenek <kremenek@apple.com>
Sat, 26 Jan 2008 00:03:27 +0000 (00:03 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 26 Jan 2008 00:03:27 +0000 (00:03 +0000)
commit33d4aab80f31bd06257526fe2883ea920529456b
tree209a452acefaf19029b2d437f49360a26b159acb
parent5c1e262a1092183f3fb8986cf99fdc584c479b15
Added back logic in patch r46361 (http://llvm.org/viewvc/llvm-project?rev=46361&view=rev) with the addition of
some previously missing NULL pointer checks.

Modified the UninitializedValues analysis to not expect that every Expr* at the
block-level is a block-level expression (we probably need to change the name of
such expressions to something truer to their meaning).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46380 91177308-0d34-0410-b5e6-96231b3b80d8
AST/CFG.cpp
Analysis/UninitializedValues.cpp