diff options
author | 2018-11-27 07:55:34 -0800 | |
---|---|---|
committer | 2018-11-27 07:55:34 -0800 | |
commit | 489a3fce39b3e441f6788c11e97c3d14e43f743c (patch) | |
tree | e69015fbcec5b47fd8586a866a7795994775fdb7 | |
parent | 98034bfb4178e5054c89e5a4aa738afe1caff396 (diff) |
ART: Mark implicit constructor NOLINT
Bug: 32619234
Test: m test-art-host
Change-Id: I1f039d0c15c207c2b72a3f02a60945854db350f4
-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, |