[PATCH] D28296: [ObjC] The declarator for a block literal should be a definition

2017-01-06 Thread Alex Lorenz via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL291231: [ObjC] The declarator for a block literal should be a definition (authored by arphaman). Changed prior to commit: https://reviews.llvm.org/D28296?vs=83061&id=83355#toc Repository: rL LLVM ht

[PATCH] D28296: [ObjC] The declarator for a block literal should be a definition

2017-01-05 Thread Akira Hatanaka via Phabricator via cfe-commits
ahatanak accepted this revision. ahatanak added a comment. This revision is now accepted and ready to land. LGTM Repository: rL LLVM https://reviews.llvm.org/D28296 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi

[PATCH] D28296: [ObjC] The declarator for a block literal should be a definition

2017-01-04 Thread Alex Lorenz via Phabricator via cfe-commits
arphaman created this revision. arphaman added reviewers: bruno, ahatanak. arphaman added a subscriber: cfe-commits. arphaman set the repository for this revision to rL LLVM. This avoids the -Wstrict-prototypes warning for block literals with an empty or without argument lists. Repository: rL