[PATCH] D150083: [clang-format] ObjCPropertyAttributeOrder to sort ObjC property attributes
Björn Schäpers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 9 12:24:45 PDT 2023
HazardyKnusperkeks added a comment.
LGTM, but someone other has to approve.
================
Comment at: clang/lib/Format/ObjCPropertyAttributeOrderFixer.cpp:43-44
+struct ObjCPropertyEntry {
+ StringRef attribute; // eg, "readwrite"
+ StringRef value; // eg, the "foo" of the attribute "getter=foo"
+};
----------------
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150083/new/
https://reviews.llvm.org/D150083
More information about the cfe-commits
mailing list