]> granicus.if.org Git - clang/commit
Fix horrible GRExprEngine bug where switch statements with no 'case:' statements...
authorTed Kremenek <kremenek@apple.com>
Thu, 26 Aug 2010 22:19:33 +0000 (22:19 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 26 Aug 2010 22:19:33 +0000 (22:19 +0000)
commit34feff654c6304e0a59ceb1376989d28dbc956ff
tree9e8d481dc6ce771979bfd42559f1d68e7f75d588
parent412711774cf912bac8e81ef86da33acac6856b8a
Fix horrible GRExprEngine bug where switch statements with no 'case:' statements would cause the path to get prematurely aborted.  Fixes <rdar://problem/8360854>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112233 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Checker/PathSensitive/GRCoreEngine.h
lib/Checker/GRExprEngine.cpp
test/Analysis/misc-ps.m