[PATCH] D150083: [clang-format] ObjCPropertyAttributeOrder to sort ObjC property attributes
Owen Pan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Oct 29 23:37:17 PDT 2023
owenpan added inline comments.
================
Comment at: clang/lib/Format/ObjCPropertyAttributeOrderFixer.cpp:104
+ // for missing values.
+ auto sortIndex = [&](const StringRef &needle) -> unsigned {
+ auto i = SortOrderMap.find(needle);
----------------
owenpan wrote:
> owenpan wrote:
> >
> Start names with uppercase letters except for functions.
Oops! Please ignore.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150083/new/
https://reviews.llvm.org/D150083
More information about the cfe-commits
mailing list