commit | e5d975c7cc03cad8417a7f50a6f5c5b2ccdeefa1 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Thu Aug 03 13:56:49 2017 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Thu Aug 03 13:58:05 2017 -0700 |
tree | 835ba37b43494bcde635c13b4577401acb839424 | |
parent | eb3fa921916f2505d85fe42b780a890f7358f482 [diff] |
Fix clang-tidy performance warnings in system/core. * Use const reference parameter type to avoid unnecessary copy. * Use more efficient overloaded string methods. Bug: 30407689 Bug: 30411878 Test: build with WITH_TIDY=1 Change-Id: Ia5a00581e718d412255d6177e5a7c286cdfbec11