commit | 24b2a39dedc44d0fe2e4ea85f487a235f058685a | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Thu Jul 28 10:35:24 2016 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Thu Jul 28 10:42:20 2016 -0700 |
tree | 988c4c8cffc21c0eb3f25345b7a6dc409f84dbb7 | |
parent | 590a1dade7d1aaefbd4c66ecd9d1ce81092faeb9 [diff] |
Fix clang-tidy performance warnings in system/security. * Use const reference type for parameters, local variables, and for-loop index variables to avoid unnecessary copy. Bug: 30407689 Bug: 30413223 Bug: 30413862 Change-Id: I3b9383f34e466ca6b5290bad802d535443fd0187 Test: build with WITH_TIDY=1