]> granicus.if.org Git - clang/commit
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)
commit73ff60e8257716974b562eabcd8eab69e9a0c236
tree5821c3cc17822a807421ff7a2c1413ffb9fe95a4
parent549d5bb6f2b1aed2e623096fdf683716f795bef5
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224662 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseStmt.cpp