Eugene.Zelenko added a comment.

Please mention new option in Release Notes.



================
Comment at: 
clang-tools-extra/docs/clang-tidy/checks/performance-inefficient-vector-operation.rst:9
 
+When EnableProto, also finds calls that add element to protobuf repeated field
+in a loop without calling Reserve() before the loop. Calling Reserve() first
----------------
See other checks documentation as example of options descriptions.


Repository:
  rCTE Clang Tools Extra

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