[PATCH] D150083: [clang-format] ObjCPropertyAttributeOrder to sort ObjC property attributes

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 23 15:26:40 PDT 2023


owenpan added a comment.

@jaredgrubb, a few quick comments:

- Please undo the (unrelated) changes to `clang-formatted-files.txt`.
- Add a warning to the option in `Format.h`. See here <https://clang.llvm.org/docs/ClangFormatStyleOptions.html#insertbraces> for an example.
- Rerun `dump_format_style.py`.
- Rebase if needed.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150083/new/

https://reviews.llvm.org/D150083



More information about the cfe-commits mailing list