diff options
author | Noel Grandin <noel@peralex.com> | 2014-11-05 14:48:20 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-11-05 15:59:23 +0200 |
commit | 5f15cc01b31ccaed0c6482a36556dece084ce302 (patch) | |
tree | ab5c82c5a261044f62965e0cdd333a2094fc20b1 /qadevOOo | |
parent | 801cb231f2e2b43f4befd9575e23da58d764c600 (diff) |
new loplugin: use more efficient find() methods
(Original idea from Kendy)
Look for code that is calling std::find on a sorted container
(set/map/vector) and warn about it - the code should be using
the find method on the container itself, since that is considerably faster.
Change-Id: Ib74e5d3faa836eeb0df16a736d202696626bdfd2
Diffstat (limited to 'qadevOOo')
0 files changed, 0 insertions, 0 deletions