[PATCH] D43906: [clang-format] Improve detection of Objective-C block types

Daniel Jasper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 6 13:32:11 PST 2018


djasper added a comment.

Right. So the difference is that for blocks, there is always a "(" after the "(^.....)". That should be easy to parse, no?


Repository:
  rC Clang

https://reviews.llvm.org/D43906





More information about the cfe-commits mailing list