HazardyKnusperkeks added a comment.
LGTM, but someone other has to approve.
================
Comment at: clang/lib/Format/ObjCPropertyAttributeOrderFixer.cpp:43-44
+struct ObjCPropertyEntry {
+ StringRef attribute; // eg, "readwrite"
+ StringRef value; // eg, the "foo" of the attribute "getter=foo"
+};
----------------
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150083/new/
https://reviews.llvm.org/D150083
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits