[PATCH] D56226: [clang-format] square parens that are followed by '=' are not Objective-C message sends

Duncan P. N. Exon Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 3 06:47:35 PST 2019


dexonsmith added a comment.

Note that a message send needs to have two expressions without an operator in between.  Can we also rule out all square brackets that just have a single identifier or number token?


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56226/new/

https://reviews.llvm.org/D56226





More information about the cfe-commits mailing list