• Noel Grandin's avatar
    new loplugin: use more efficient find() methods · 5f15cc01
    Noel Grandin yazdı
    (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
    5f15cc01
Adı
Son kayıt (commit)
Son güncelleme
..
clang Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
Makefile-clang.mk Loading commit data...
Makefile.mk Loading commit data...
README Loading commit data...