commit | 63d5ba23ea658641bc05f03434b75bb9f50c2924 | [log] [tgz] |
---|---|---|
author | Chih-hung Hsieh <chh@google.com> | Tue May 10 05:17:29 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue May 10 05:17:29 2022 +0000 |
tree | b248ba18627697bf40696ca927390714b29ca9ae | |
parent | 5554b0e2768fb17dc4e18a4ac203dc8ca7f3148d [diff] | |
parent | 5d46cd396ed9fff78bb0a0f07b614a9f4a258ada [diff] |
Merge "Disable performance-no-int-to-ptr in global default"
diff --git a/cc/config/tidy.go b/cc/config/tidy.go index fb9ac49..1f90843 100644 --- a/cc/config/tidy.go +++ b/cc/config/tidy.go
@@ -46,6 +46,7 @@ "-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-*