[PATCH] D150083: [clang-format] ObjCPropertyAttributeOrder to sort ObjC property attributes
Jared Grubb via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Sep 23 15:30:40 PDT 2023
jaredgrubb updated this revision to Diff 557275.
jaredgrubb added a comment.
Rebased and adjusted docs to reflect that this patch would appear in clang-format 18 (not 17 now).
Removed extraneous comment change (will do NFC later for that)
Removed other build-system changes (as requested).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150083/new/
https://reviews.llvm.org/D150083
Files:
clang/docs/ClangFormatStyleOptions.rst
clang/docs/ReleaseNotes.rst
clang/docs/tools/clang-formatted-files.txt
clang/include/clang/Format/Format.h
clang/lib/Format/CMakeLists.txt
clang/lib/Format/Format.cpp
clang/lib/Format/ObjCPropertyAttributeOrderFixer.cpp
clang/lib/Format/ObjCPropertyAttributeOrderFixer.h
clang/unittests/Format/CMakeLists.txt
clang/unittests/Format/ObjCPropertyAttributeOrderFixerTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150083.557275.patch
Type: text/x-patch
Size: 35785 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230923/2dc871d1/attachment-0001.bin>
More information about the cfe-commits
mailing list