]> granicus.if.org Git - clang/commit
run the jump checker on blocks, even though they don't have gotos,
authorChris Lattner <sabre@nondot.org>
Sun, 19 Apr 2009 05:28:12 +0000 (05:28 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 19 Apr 2009 05:28:12 +0000 (05:28 +0000)
commit17a783055a41a44fda76b1747ebe6fd8ac2ba00a
treeeb87344b5fc3eaf7c6cf5d0d6ed06ef01882793a
parent38c5ebd7b1b65304c7b5c7b9bf3f9162df22e77d
run the jump checker on blocks, even though they don't have gotos,
they do allow switches.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69510 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaExpr.cpp
test/Sema/scope-check.c