compnerd added inline comments.

================
Comment at: clang-reorder-fields/ReorderFieldsAction.cpp:111
+        Results.insert(FD);
+  return Results;
+}
----------------
What if the `FieldDecl` belongs to a base class?  Can you add a test case for 
that scenario?


Repository:
  rL LLVM

https://reviews.llvm.org/D35972



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to