hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.

thanks, looks good.



================
Comment at: 
clang-tools-extra/test/clang-tidy/performance-inefficient-vector-operation.cpp:315
+    foo.mutable_x();
+    // CHECK-FIXES-NOT: foo.mutable_x->Reserve(5);
+    for (int i = 0; i < 5; i++) {
----------------
looks like we miss `()`, the same below.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67135/new/

https://reviews.llvm.org/D67135



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

Reply via email to