]> granicus.if.org Git - clang/commit
Emit warning on indirect goto that potentially violates
authorChris Lattner <sabre@nondot.org>
Fri, 5 Mar 2010 20:38:02 +0000 (20:38 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 5 Mar 2010 20:38:02 +0000 (20:38 +0000)
commit02db31c62ae6c68b5cbbecd09acbbc09bc03d110
tree810b5bfd75c42c2474cfbbb354ccbe3949a1e146
parentfc3a0700bd63716b89eaabfd6a3da34019ffdb2e
Emit warning on indirect goto that potentially violates
scope instead of error, PR6517

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97826 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
test/Sema/scope-check.c