Eugene.Zelenko added inline comments.

================
Comment at: 
docs/clang-tidy/checks/performance-inefficient-vector-operation.rst:6
 
 Finds possible inefficient `std::vector` operations (e.g. `push_back`) that may
 cause unnecessary memory reallocations.
----------------
Please use `` to highlight language elements. Same below.


https://reviews.llvm.org/D32436



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

Reply via email to