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
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to