[PATCH] D150083: [clang-format] ObjCPropertyAttributeOrder to sort ObjC property attributes
Jared Grubb via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 22 09:20:26 PDT 2023
jaredgrubb updated this revision to Diff 524351.
jaredgrubb marked an inline comment as done.
jaredgrubb added a comment.
Address review comments: unroll a loop in unit tests to explicitly test all the property attributes.
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/lib/Format/QualifierAlignmentFixer.cpp
clang/lib/Format/QualifierAlignmentFixer.h
clang/unittests/Format/CMakeLists.txt
clang/unittests/Format/ObjCPropertyAttributeOrderFixerTest.cpp
llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn
llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
utils/bazel/llvm-project-overlay/clang/BUILD.bazel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150083.524351.patch
Type: text/x-patch
Size: 39754 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230522/498a85c5/attachment-0001.bin>
More information about the cfe-commits
mailing list