diff --git a/runtime/interpreter/ecma-interpreter-inl.h b/runtime/interpreter/ecma-interpreter-inl.h index 7c1c4f0a55441109abdb968edb713ea686334319..3bd6527fa645a9ddcadca84022e003d479074483 100644 --- a/runtime/interpreter/ecma-interpreter-inl.h +++ b/runtime/interpreter/ecma-interpreter-inl.h @@ -591,9 +591,10 @@ public: } } - // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) + // NOLINTBEGIN(cppcoreguidelines-pro-bounds-pointer-arithmetic) INTRINSIC_CALL_CHECK_SETACC(intrinsics::NewobjDynrange(thread, num_range_args - 2U, ctor.GetRawData(), new_target.GetRawData(), range_args + 2U)); + // NOLINTEND(cppcoreguidelines-pro-bounds-pointer-arithmetic) this->template MoveToNextInst(); }