Stop moving attributes off of a block literal's decl specifiers.
authorDouglas Gregor <dgregor@apple.com>
Fri, 19 Jun 2015 23:18:03 +0000 (23:18 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 19 Jun 2015 23:18:03 +0000 (23:18 +0000)
commit9d3430f3554642431cf817fce020681c01e5009f
tree0482218f3c44af299762a9b1d349d7885a06528b
parent5c0870ac51175309a8dc98ca056d499d5eeeca48
Stop moving attributes off of a block literal's decl specifiers.

These usually apply to the return type. At one point this was necessary to
get some of them to apply to the entire block, but it appears that's working
anyway (see block-return.c).

rdar://problem/20468034

llvm-svn: 240189
clang/lib/Parse/ParseExpr.cpp
clang/test/SemaObjC/nullability.m