Home
last modified time | relevance | path

Searched refs:Tidy_checks_as_errors (Results 1 – 1 of 1) sorted by relevance

/build/soong/cc/
Dtidy.go36 Tidy_checks_as_errors []string member
132 if len(tidy.Properties.Tidy_checks_as_errors) > 0 {
133 …sAsErrors := "-warnings-as-errors=" + strings.Join(esc(tidy.Properties.Tidy_checks_as_errors), ",")