]> granicus.if.org Git - clang/commit
add a new Sema::CurFunctionNeedsScopeChecking bool that is used to avoid
authorChris Lattner <sabre@nondot.org>
Sun, 19 Apr 2009 05:21:20 +0000 (05:21 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 19 Apr 2009 05:21:20 +0000 (05:21 +0000)
commit38c5ebd7b1b65304c7b5c7b9bf3f9162df22e77d
treef35fc7fc5142abf6533b8e22f9dc80dccd7a0e49
parent4f9c06ae362c10af797957b92a46fe91d5874899
add a new Sema::CurFunctionNeedsScopeChecking bool that is used to avoid
calling into the jump checker when a function or method is known to contain
no VLAs or @try blocks.

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