]> granicus.if.org Git - clang/commit
As of r202325, CFGBlock predecessors may be NULL. Ignore such preds. Fixes a crasher...
authorNick Lewycky <nicholas@mxc.ca>
Thu, 27 Feb 2014 02:43:25 +0000 (02:43 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 27 Feb 2014 02:43:25 +0000 (02:43 +0000)
commitd48fe24b55c66573c043a284fd28db34e6ccaf06
treec54b7e339805ae0b97bf91d922a8fad8a09575b1
parent17d3039bf37a7d7bf93c0e23a8aafd5894492e01
As of r202325, CFGBlock predecessors may be NULL. Ignore such preds. Fixes a crasher, PR18983.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202340 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/AnalysisBasedWarnings.cpp
test/SemaCXX/switch-implicit-fallthrough.cpp