]> granicus.if.org Git - clang/commit
Static analyzer fix: <rdar://problem/5880430> Switch on enum should not consider...
authorTed Kremenek <kremenek@apple.com>
Thu, 9 Sep 2010 00:40:40 +0000 (00:40 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 9 Sep 2010 00:40:40 +0000 (00:40 +0000)
commit4d3175c1e5a44251ea97b0c81e80f060629d9c08
tree5b2386ccaface278314b2ea55997683a7cfdf2c8
parent81979822cbf6347116d06dac0e5b06c451bcff05
Static analyzer fix: <rdar://problem/5880430> Switch on enum should not consider default case live if all enum values are covered

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113457 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
include/clang/Checker/PathSensitive/GRCoreEngine.h
lib/Checker/GRExprEngine.cpp