From 5d46cd396ed9fff78bb0a0f07b614a9f4a258ada Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Mon, 9 May 2022 16:01:10 -0700 Subject: [PATCH] Disable performance-no-int-to-ptr in global default * This tidy check is too noisy, with more than 5000 cases over many files. Bug: 218759304 Test: make tidy_soong_subset Change-Id: I8a4b2589ecafdfcd9c19e8a4d59ce1784d1be694 --- cc/config/tidy.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cc/config/tidy.go b/cc/config/tidy.go index fb9ac49d3..1f9084308 100644 --- a/cc/config/tidy.go +++ b/cc/config/tidy.go @@ -46,6 +46,7 @@ func init() { "-misc-no-recursion", "-misc-non-private-member-variables-in-classes", "-misc-unused-parameters", + "-performance-no-int-to-ptr", // the following groups are excluded by -* // -altera-* // -cppcoreguidelines-*