commit | 67cb971d4b7abdd2ddc82456a63199aaf99173f0 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <[email protected]> | Wed Jul 27 14:20:43 2016 -0700 |
committer | Treehugger Robot <[email protected]> | Wed Jul 27 22:36:08 2016 +0000 |
tree | 253693a28e063189441d3480b8f3b9f00c91329a | |
parent | a7054911b8cb65c65ddc4f3548ad6515a1f778f2 [diff] |
Fix clang-tidy performance warnings in webservd. * Use const reference type for parameters and for-loop index variables to avoid unnecessary copy. Bug: 30407689 Bug: 30413223 Change-Id: I7e9c4906ae3f48baefe860d5cd1e651d3095f2b6 Test: build with WITH_TIDY=1