]> granicus.if.org Git - clang/commit
Don't try to check jump scopes in invalid functions. Fixes
authorJohn McCall <rjmccall@apple.com>
Thu, 20 May 2010 07:05:55 +0000 (07:05 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 20 May 2010 07:05:55 +0000 (07:05 +0000)
commitdae69ef4c59fd4b75b956796909592debd7e9bc7
treecea0398d861a9cdcd33e940fffefe97284c684fc
parentcb359df81b83dd4f938d05cb9cf5c34bd20068bd
Don't try to check jump scopes in invalid functions.  Fixes
<rdar://problem/7995494>.

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