From 75417b2f37d12d236e454fa375b37720cd172a67 Mon Sep 17 00:00:00 2001 From: Jon Ross-Perkins Date: Thu, 9 Oct 2025 16:31:01 -0700 Subject: [PATCH] Add a small nolint related to #if handling (#6194) e.g. https://github.com/carbon-language/carbon-lang/actions/runs/18390546411/job/52399625057?pr=6182 --------- Co-authored-by: josh11b <15258583+josh11b@users.noreply.github.com> --- common/raw_hashtable_metadata_group.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/raw_hashtable_metadata_group.h b/common/raw_hashtable_metadata_group.h index 943a49fa1fe4..1d87d879b4f6 100644 --- a/common/raw_hashtable_metadata_group.h +++ b/common/raw_hashtable_metadata_group.h @@ -1001,6 +1001,7 @@ inline auto MetadataGroup::SimdLoad(const uint8_t* metadata, ssize_t index) return g; } +// NOLINTNEXTLINE(readability-non-const-parameter): Mutation is in #if. inline auto MetadataGroup::SimdStore(uint8_t* metadata, ssize_t index) const -> void { #if CARBON_NEON_SIMD_SUPPORT