]> granicus.if.org Git - clang/commit
fix error recovery in the case of a jump to a label with no definition
authorChris Lattner <sabre@nondot.org>
Sat, 18 Apr 2009 19:30:02 +0000 (19:30 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 18 Apr 2009 19:30:02 +0000 (19:30 +0000)
commite32f74c7af4064a08aaf21fc181de72138450197
tree5828484d9e58da499e4a5ca3e23536c14029de66
parentca93195baf1076ee6232a722f5ea5e580fc67a4f
fix error recovery in the case of a jump to a label with no definition
to create a well formed AST instead of a dangling pointer.  This resolves
several fixme's.

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