[PATCH] D37192: [clang-format] Add support for generic Obj-C categories

Daniel Jasper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 27 23:17:40 PDT 2017


djasper accepted this revision.
djasper added a comment.
This revision is now accepted and ready to land.

Looks good.



================
Comment at: lib/Format/UnwrappedLineParser.cpp:2099
 
+  // After a protocol list, we can have a category (Obj-C generic
+  // category).
----------------
nit: Seems like this comment would fit on one line.


https://reviews.llvm.org/D37192





More information about the cfe-commits mailing list