| commit | a3e01cf822f7415337e5424af3c6f4c94a12c1b9 | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Fri Nov 15 22:45:29 2013 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Fri Nov 15 22:45:29 2013 +0000 |
| tree | 33e9d9c041d05e24fa06fda646b16a327e3bb159 | |
| parent | 9c13dd027bf2c3ff8d81d60af3e893a01515f1ff [diff] |
PR8455: Handle an attribute between a goto label and a variable declaration per the GNU documentation: the attribute only appertains to the label if it is followed by a semicolon. Based on a patch by Aaron Ballman! llvm-svn: 194869