commit | c868293abc9f1e8ba5af9587ca92526f478de2b1 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Tue Jul 26 14:27:03 2016 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Tue Jul 26 14:36:54 2016 -0700 |
tree | 2a4a56796cfd1714a2dfa5982f0779621589d13e | |
parent | 900e9e6392f407b181051e2d2137c6cd1896b71a [diff] |
Add performance* to default global tidy checks. * This enables 5 performance related checks: performance-faster-string-find performance-for-range-copy performance-implicit-cast-in-loop performance-unnecessary-copy-initialization performance-unnecessary-value-param * Recognize these new warnings in warn.py. Bug: http://b/27779618 Change-Id: I7af3fdc262dd44db90d3b62eb37c5eac5a2eaa01 Test: build with WITH_TIDY=1 and run warn.py with build.log