commit | 0d1ed381fde5dac12dd84fcf3da66dac46699378 | [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 17:38:12 2016 +0000 |
tree | cf0367b8e296171a61d16924bb26a4f84db57700 | |
parent | 67fbddfdc2cafd63c83d3bb55a2451d4c26f546d [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 Merged-In: I7a15ac1e37973fe2c661f577a6106b913653de40