]> granicus.if.org Git - clang/commit
Simplify UninitializedValues.cpp by removing logic to handle the previous (imprecise...
authorTed Kremenek <kremenek@apple.com>
Thu, 19 Jul 2012 04:59:05 +0000 (04:59 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 19 Jul 2012 04:59:05 +0000 (04:59 +0000)
commiteee18c38b6dd29c0e6982f5565fcbc3f76d1bf4d
tree1a8f2fab1b107813822017f2bf25b754b2c697e1
parentcc4748a0cb633050fdfd0d8ba8ff4f8187a9e844
Simplify UninitializedValues.cpp by removing logic to handle the previous (imprecise) representation
of '&&' and '||' in the CFG.  This is no longer needed, and greatly simplifies the code.

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