Removing an outdated FIXME; try block attributes are parsed with the rest of the...
authorAaron Ballman <aaron@aaronballman.com>
Sat, 20 Dec 2014 01:54:07 +0000 (01:54 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Sat, 20 Dec 2014 01:54:07 +0000 (01:54 +0000)
commita7a715698a3675a3db20d090dcbeff86445ee7e8
tree04e38de4e67eff2c83eb19ef8cf14be0aee7adc0
parentad344aff503a3cacf03feb69e23b6d4dfc686529
Removing an outdated FIXME; try block attributes are parsed with the rest of the statement attributes (as per the standard), and function-try-blocks may not have attributes. NFC.

llvm-svn: 224662
clang/lib/Parse/ParseStmt.cpp