• 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
InterfaceContainer.cxx 43.8 KB