benhamilton created this revision.
benhamilton added reviewers: krasimir, jolesiak.
Previously, clang-format would detect the following as an
Objective-C for-in statement:
for (int x = in.value(); ...) {}
because the logic only decided a for-loop was definitely *not*
an Objective-C for-in loop
benhamilton abandoned this revision.
benhamilton added a comment.
Whoops, sent out twice.
Repository:
rC Clang
https://reviews.llvm.org/D43905
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/