[PATCH] D60263: [clang-format] Preserve include blocks in ObjC Google style
Krasimir Georgiev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 4 06:47:02 PDT 2019
krasimir marked an inline comment as done.
krasimir added a comment.
In D60263#1454812 <https://reviews.llvm.org/D60263#1454812>, @thakis wrote:
> Why would we want this to be different in Obj-C and C++?
Only the C++ Style Guide had been updated.
Practically, clang-format would need to be updated to recognize ObjC-specific code patterns better before being able to apply regrouping to ObjC code in the wild.
I'd expect that sometime in the future the ObjC-style catches up.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60263/new/
https://reviews.llvm.org/D60263
More information about the cfe-commits
mailing list