commit | 40d8899f60c5212af9d727ba0ffaaecf676ebd1d | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Tue Aug 09 14:28:14 2016 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Wed Aug 10 10:35:36 2016 -0700 |
tree | c5f73f25fe643e3b8657ad07ba9ea28e5d02066c | |
parent | f6d5a13c3a7a84e35e28b9840dde0f29728b6849 [diff] |
Fix clang-tidy warnings in stagefright. * Add explicit keyword to conversion constructors. * Or add NOLINT to implicit conversion constructors. Bug: 28341362 * Use const reference type for read-only parameters. Bug: 30407689 * Use const reference type to avoid unnecessary copy. Bug: 30413862 Test: build with WITH_TIDY=1 Change-Id: I7a15ac1e37973fe2c661f577a6106b913653de40