diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-17 15:21:00 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-18 08:51:07 +0200 |
commit | a18d92bca8ff50a34cacdd978467dc2c61f16f31 (patch) | |
tree | 32898b1d696f117ed515a8a006b0c3d7d14c316b /compilerplugins/clang/mergeclasses.py | |
parent | 296f8a579181a4ad0555e2e5eaa84db3ec2fafd1 (diff) |
new loplugin inlineablemethods
look for methods that are:
(*) non-virtual
(*) only called once
(*) only called from inside their own class
(*) small i.e. < 40 characters
which are candidates for just having their code inlined
Change-Id: I0e9e8125d140282cdcdd2a77374059b17b2fcd7d
Diffstat (limited to 'compilerplugins/clang/mergeclasses.py')
0 files changed, 0 insertions, 0 deletions