]> granicus.if.org Git - clang/commit
split code out into a new CheckFunctionJumpScopes routine,
authorChris Lattner <sabre@nondot.org>
Sat, 18 Apr 2009 07:47:21 +0000 (07:47 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 18 Apr 2009 07:47:21 +0000 (07:47 +0000)
commite80f767a1deee63608df9864f80e237740a1039f
treedc059dc5235cd7584c0a6838961ea5ab181e33e1
parentab09436eb9dafc96ff84d75b87709ac230d140ca
split code out into a new CheckFunctionJumpScopes routine,
add some comments, change type from void* -> Stmt*, use
smallvector instead of vector.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69430 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp