Home
last modified time | relevance | path

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

/build/soong/cc/
Dtidy.go43 func (tidy *tidyFeature) props() []interface{} {
44 return []interface{}{&tidy.Properties}
47 func (tidy *tidyFeature) begin(ctx BaseModuleContext) {
50 func (tidy *tidyFeature) deps(ctx DepsContext, deps Deps) Deps {
54 func (tidy *tidyFeature) flags(ctx ModuleContext, flags Flags) Flags {
55 CheckBadTidyFlags(ctx, "tidy_flags", tidy.Properties.Tidy_flags)
56 CheckBadTidyChecks(ctx, "tidy_checks", tidy.Properties.Tidy_checks)
59 if tidy.Properties.Tidy != nil && !*tidy.Properties.Tidy {
64 if tidy.Properties.Tidy == nil && !ctx.Config().ClangTidy() {
76 flags.TidyFlags = append(flags.TidyFlags, esc(tidy.Properties.Tidy_flags)...)
[all …]
Dbuilder.go332 tidy bool member
391 if flags.tidy {
495 tidy := flags.tidy
510 tidy = false
568 if tidy {
DAndroid.bp36 "tidy.go",
Dutil.go86 tidy: in.Tidy,
/build/soong/cc/config/
DAndroid.bp11 "tidy.go",
/build/make/core/clang/
Dconfig.mk57 include $(BUILD_SYSTEM)/clang/tidy.mk
/build/soong/
DOWNERS11 per-file tidy.go = srhines@google.com, chh@google.com
/build/make/core/
Ddefinitions.mk1158 define call-clang-tidy
1164 define clang-tidy-cpp
1165 $(hide) $(call-clang-tidy) $< -- $(transform-cpp-to-o-compiler-args)
1172 $(clang-tidy-cpp))
1178 $(if $(PRIVATE_TIDY_CHECKS),$(clang-tidy-cpp))
1210 define clang-tidy-c
1211 $(hide) $(call-clang-tidy) $< -- $(transform-c-to-o-compiler-args)
1218 $(clang-tidy-c))
1224 $(if $(PRIVATE_TIDY_CHECKS),$(clang-tidy-c))
1278 define clang-tidy-host-cpp
[all …]