owenpan added inline comments.

================
Comment at: clang/lib/Format/ObjCPropertyAttributeOrderFixer.cpp:104
+  // for missing values.
+  auto sortIndex = [&](const StringRef &needle) -> unsigned {
+    auto i = SortOrderMap.find(needle);
----------------
owenpan wrote:
> owenpan wrote:
> > 
> Start names with uppercase letters except for functions.
Oops! Please ignore.


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