Searched refs:tidy (Results 1 – 25 of 40) sorted by relevance
12
/openbmc/dbus-sensors/ |
H A D | .gitignore | 4 !subprojects/.clang-tidy 6 !subprojects/.clang-tidy-ignore
|
/openbmc/docs/style/cpp/ |
H A D | .clang-tidy | 18 # However cognitive complexity != cyclomatic complexity. Therefore using the clang-tidy default val… 19 # as cyclomatic complexity seems to not be implemented in clang-tidy.
|
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/ |
H A D | 0013-remove-clean-script.patch | 20 @@ -102,7 +102,6 @@ tidy dist: 26 clean: tidy
|
H A D | 0010-Workaround-multiple-definition-of-symbol-errors.patch | 32 tidy dist: 57 tidy dist clean:
|
/openbmc/entity-manager/ |
H A D | .gitignore | 4 !subprojects/.clang-tidy
|
/openbmc/estoraged/ |
H A D | .gitignore | 5 !/subprojects/.clang-tidy-ignore
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | g84.c | 31 .tidy = nv50_clk_tidy,
|
H A D | priv.h | 13 void (*tidy)(struct nvkm_clk *); member
|
H A D | nv40.c | 209 .tidy = nv40_clk_tidy,
|
H A D | base.c | 198 clk->func->tidy(clk); in nvkm_cstate_prog() 293 ram->func->tidy(ram); in nvkm_pstate_prog()
|
H A D | gm20b.c | 882 .tidy = gk20a_clk_tidy, 900 .tidy = gk20a_clk_tidy,
|
H A D | mcp77.c | 400 .tidy = mcp77_clk_tidy,
|
H A D | gf100.c | 453 .tidy = gf100_clk_tidy,
|
H A D | nv50.c | 547 .tidy = nv50_clk_tidy,
|
H A D | gt215.c | 525 .tidy = gt215_clk_tidy,
|
H A D | gk104.c | 490 .tidy = gk104_clk_tidy,
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | ramgm107.c | 44 .tidy = gk104_ram_tidy,
|
H A D | ramgf108.c | 53 .tidy = gf100_ram_tidy,
|
H A D | ramgm200.c | 59 .tidy = gk104_ram_tidy,
|
H A D | ramnv40.c | 187 .tidy = nv40_ram_tidy,
|
/openbmc/bmcweb/ |
H A D | DEVELOPING.md | 199 ### clang-tidy 201 clang-tidy is a tool that can be used to identify coding style violations, bad 203 .clang-tidy file in the root of bmcweb, and are expected to be passing. 205 implements clang-tidy checks and is the recommended way to run these checks
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0016-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch | 8 and ends up including itself in many case e.g. clang tidy, bpf etc.
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | fb.h | 177 void (*tidy)(struct nvkm_ram *); member
|
/openbmc/linux/ |
H A D | Makefile | 1591 @echo ' clang-tidy - Check with clang-tidy' 1978 PHONY += clang-tidy clang-analyzer 1984 clang-tidy clang-analyzer: $(extmod_prefix)compile_commands.json 1987 clang-tidy clang-analyzer:
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | 13_shlib_weaksym.patch | 102 tidy: clean
|
12