commit | 8c0164ca98bcc76f3656fb1078033bffd4a387de | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Tue Aug 09 14:20:59 2016 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Tue Aug 09 14:20:59 2016 -0700 |
tree | 053055dfa80eb72f140b8ce6da9fb138f2e6486d | |
parent | 67fbddfdc2cafd63c83d3bb55a2451d4c26f546d [diff] |
Fix clang-tidy warnings in drm. * Add explicit keyword to 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: Idf1c48d7bfe3f0da20401cb3ff1983ec00be170d