[PATCH] D43902: [clang-format] Don't detect C++11 attribute specifiers as ObjC

Ben Hamilton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 8 04:43:30 PST 2018


benhamilton added a comment.

I made it longer so the two lines (__attribute__((foo)) vs. [[foo]]) had
the same length.

If I shorten it much more, everything goes on one line.


Repository:
  rC Clang

https://reviews.llvm.org/D43902





More information about the cfe-commits mailing list