implement basic support for __label__. I wouldn't be shocked if there are
commit020dd62774ff2eaf1ad1cedbad929fd46ccae2e4
authorChris Lattner <sabre@nondot.org>
Fri, 18 Feb 2011 02:08:43 +0000 (18 02:08 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 18 Feb 2011 02:08:43 +0000 (18 02:08 +0000)
tree36dc74511f2ad667433c33a96c1c16bb5a8699ec
parent1c28df2781b763d31a99333e4da3a0185bd8cb42
implement basic support for __label__.  I wouldn't be shocked if there are
bugs from other clients that don't expect to see a LabelDecl in a DeclStmt,
but if so they should be easy to fix.

This implements most of PR3429 and rdar://8287027

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125817 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Sema/Sema.h
lib/AST/StmtDumper.cpp
lib/CodeGen/CGDecl.cpp
lib/Parse/ParseStmt.cpp
lib/Sema/SemaLookup.cpp
test/Parser/goto.c