Loading cc/config/tidy.go +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ import ( ) var ( // Some clang-tidy checks have bugs or not work for Android. // Some clang-tidy checks have bugs or don't work for Android. // They are disabled here, overriding any locally selected checks. globalNoCheckList = []string{ // https://b.corp.google.com/issues/153464409 Loading cc/tidy.go +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ func (tidy *tidyFeature) props() []interface{} { // Set this const to true when all -warnings-as-errors in tidy_flags // are replaced with tidy_checks_as_errors. // Then, that old style usage will be obsolete and an error. const NoWarningsAsErrorsInTidyFlags = false const NoWarningsAsErrorsInTidyFlags = true func (tidy *tidyFeature) flags(ctx ModuleContext, flags Flags) Flags { CheckBadTidyFlags(ctx, "tidy_flags", tidy.Properties.Tidy_flags) Loading Loading
cc/config/tidy.go +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ import ( ) var ( // Some clang-tidy checks have bugs or not work for Android. // Some clang-tidy checks have bugs or don't work for Android. // They are disabled here, overriding any locally selected checks. globalNoCheckList = []string{ // https://b.corp.google.com/issues/153464409 Loading
cc/tidy.go +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ func (tidy *tidyFeature) props() []interface{} { // Set this const to true when all -warnings-as-errors in tidy_flags // are replaced with tidy_checks_as_errors. // Then, that old style usage will be obsolete and an error. const NoWarningsAsErrorsInTidyFlags = false const NoWarningsAsErrorsInTidyFlags = true func (tidy *tidyFeature) flags(ctx ModuleContext, flags Flags) Flags { CheckBadTidyFlags(ctx, "tidy_flags", tidy.Properties.Tidy_flags) Loading