commit | 5802ff272e44711b7351902b17969482e57944cd | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Wed Jul 27 16:25:51 2016 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Mon Aug 01 11:55:42 2016 -0700 |
tree | 136c54668ea9515735fc14d1e71eb514c62f5a57 | |
parent | ca5f644a02adf6f6efc6eea6d6887df88cc1479f [diff] |
Fix clang-tidy performance warnings in syste/core. * Use const reference type for parameters to avoid unnecessary copy. * Suppress warning of not using faster overloaded string find function. Bug: 30407689 Bug: 30411878 Change-Id: I6cfdbbd50cf5e8f3db6e5263076d3a17a9a791ee Test: build with WITH_TIDY=1 Merged-In: Ie79dbe21899867bc62031f8618bb1322b8071525