| commit | 8bd37ba458633ee7b2aeec0a7593817000aa84b2 | [log] [tgz] |
|---|---|---|
| author | Chih-Hung Hsieh <chh@google.com> | Wed Aug 10 14:15:30 2016 -0700 |
| committer | Chih-Hung Hsieh <chh@google.com> | Thu Aug 11 15:20:10 2016 -0700 |
| tree | 35336b2eadacdeeed7ed64b3bce40cf008a97197 | |
| parent | d0197ac3402e5d85324db4230407115ddec8011a [diff] |
Fix clang-tidy warnings in aapt and aapt2. * Add explicit keyword to conversion constructors. * Add NOLINT(implicit) comments for 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: Id6d21961f313a1ad92b15a37fdaa5be9e8ab48e1 Merged-In: Id6d21961f313a1ad92b15a37fdaa5be9e8ab48e1