Home
last modified time | relevance | path

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

/build/soong/cc/
Dtidy.go64 if tidy.Properties.Tidy == nil && !ctx.Config().ClangTidy() {
84 if !ctx.Config().ClangTidy() {
/build/make/core/
Dsoong_config.mk110 $(call add_json_bool, ClangTidy, $(filter 1 true,$(WITH_TIDY)))
/build/soong/android/
Dvariable.go251 ClangTidy *bool `json:",omitempty"` member
Dconfig.go853 func (c *config) ClangTidy() bool { func
854 return Bool(c.productVariables.ClangTidy)