commit | 43e7f31f11ab8a8ce941a720c8198c9094bea4ea | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Feb 18 02:08:43 2011 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Feb 18 02:08:43 2011 +0000 |
tree | 10a4fed274fe204f3b7c11910a663c60f9724795 | |
parent | 4ba77fa9761179098fe7d98141530f5f9f6863ee [diff] |
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 llvm-svn: 125817