Merge "Disable performance-no-int-to-ptr in global default"

This commit is contained in:
Chih-hung Hsieh 2022-05-10 05:17:29 +00:00 committed by Gerrit Code Review
commit 63d5ba23ea

View file

@ -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-*