diff options
| author | Treehugger Robot <treehugger-gerrit@google.com> | 2018-11-28 21:24:21 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-11-28 21:24:21 +0000 |
| commit | 427766c709b762f01f2bb92143bf33ece1c88290 (patch) | |
| tree | d2adbfc5e93428338ba0ffc76a9352f0939097e4 /libdexfile | |
| parent | a63423df04f629ab4286fd16536d87ba906eaed5 (diff) | |
| parent | 489a3fce39b3e441f6788c11e97c3d14e43f743c (diff) | |
| download | art-427766c709b762f01f2bb92143bf33ece1c88290.tar.gz art-427766c709b762f01f2bb92143bf33ece1c88290.tar.bz2 art-427766c709b762f01f2bb92143bf33ece1c88290.zip | |
Merge "ART: Mark implicit constructor NOLINT"
Diffstat (limited to 'libdexfile')
| -rw-r--r-- | libdexfile/dex/class_accessor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdexfile/dex/class_accessor.h b/libdexfile/dex/class_accessor.h index e9c1a82c54..adfc8644fb 100644 --- a/libdexfile/dex/class_accessor.h +++ b/libdexfile/dex/class_accessor.h @@ -264,7 +264,7 @@ class ClassAccessor { }; // Not explicit specifically for range-based loops. - ALWAYS_INLINE ClassAccessor(const ClassIteratorData& data); + ALWAYS_INLINE ClassAccessor(const ClassIteratorData& data); // NOLINT [runtime/explicit] [5] ALWAYS_INLINE ClassAccessor(const DexFile& dex_file, const DexFile::ClassDef& class_def, |
