From 489a3fce39b3e441f6788c11e97c3d14e43f743c Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Tue, 27 Nov 2018 07:55:34 -0800 Subject: ART: Mark implicit constructor NOLINT Bug: 32619234 Test: m test-art-host Change-Id: I1f039d0c15c207c2b72a3f02a60945854db350f4 --- libdexfile/dex/class_accessor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdexfile/dex/class_accessor.h') 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, -- cgit v1.2.3-59-g8ed1b