| Issue |
71323
|
| Summary |
[clang-format] Add style option to reorder ObjC `@property (...)` attributes
|
| Labels |
clang-format
|
| Assignees |
|
| Reporter |
jaredgrubb
|
Some code-bases have guidelines on the order of property attributes.
For example, it'd nice to have these two properties have consistent ordering (although they have the same meaning):
```
@property (readonly, strong, nullable) Thing *thing1;
@property (nullable, readonly, strong) Thing *thing2;
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs