Home
last modified time | relevance | path

Searched full:tidy (Results 1 – 25 of 148) sorted by relevance

123456

/third_party/benchmark/.github/workflows/
Dclang-tidy.yml1 name: clang-tidy
9 name: run-clang-tidy
16 - name: install clang-tidy
17 run: sudo apt update && sudo apt -y install clang-tidy
38 run: run-clang-tidy
/third_party/rust/crates/cxx/.github/workflows/
Dci.yml123 clang-tidy:
124 name: Clang Tidy
130 - name: Install clang-tidy
131 run: sudo apt-get install clang-tidy-11
132 - name: Run clang-tidy
133 run: clang-tidy-11 src/cxx.cc --warnings-as-errors=*
/third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/
DBuild-Debian10-Clang-x86_64-Debug-Tidy.json38 "[START_DIR]/cache/work/skia/out/Build-Debian10-Clang-x86_64-Debug-Tidy/Debug",
39 …IR]/clang_linux/bin/clang\" cxx=\"[START_DIR]/cache/work/skia/tools/clang-tidy.sh\" extra_cflags=[…
52 "[START_DIR]/cache/work/skia/out/Build-Debian10-Clang-x86_64-Debug-Tidy/Debug"
66 "[START_DIR]/cache/work/skia/out/Build-Debian10-Clang-x86_64-Debug-Tidy/Debug",
/third_party/elfio/.vscode/
Dtasks.json40 "label": "clang-tidy",
41 "command": "clang-tidy",
/third_party/skia/infra/bots/recipe_modules/build/
Ddefault.py149 # ccache + clang-tidy.sh chokes on the argument list.
150 …if (api.vars.is_linux or os == 'Mac' or os == 'Mac10.15.5' or os == 'Mac10.15.7') and 'Tidy' not i…
185 if 'Tidy' in extra_tokens:
186 # Swap in clang-tidy.sh for clang++, but update PATH so it can find clang++.
187 cxx = skia_dir.join("tools/clang-tidy.sh")
/third_party/rust/crates/pin-project-lite/.github/workflows/
Dci.yml79 tidy:
122 - tidy
/third_party/ejdb/docker/testbed/
Dllvm-update-alternatives.sh63 … --slave /usr/bin/clang-tidy clang-tidy /usr/bin/clang-tidy-${version} \
/third_party/flutter/skia/tools/
Dclang-tidy.sh27 clang-tidy -quiet -header-filter='.*' -warnings-as-errors='*' $src -- $args
/third_party/skia/tools/
Dclang-tidy.sh27 clang-tidy -quiet -header-filter='.*' -warnings-as-errors='*' $src -- $args
/third_party/vk-gl-cts/
DAndroid.mk4 # The clang-tidy google-explicit-constructor warning is issued to nearly
/third_party/openssl/doc/man3/
DCONF_modules_free.pod26 CONF_modules_free() at exit to tidy up any configuration performed.
/third_party/flutter/skia/infra/bots/
Dcompile.isolate9 '../../.clang-tidy',
/third_party/unity/docs/
DThrowTheSwitchCodingStandard.md133 things up in nice tidy columns.
188 that happens, we like to indent further to line things up in nice tidy columns.
/third_party/cJSON/tests/unity/docs/
DThrowTheSwitchCodingStandard.md134 things up in nice tidy columns.
189 that happens, we like to indent further to line things up in nice tidy columns.
/third_party/ltp/testcases/kdump/doc/
DTEST_PLAN.txt33 - tidy up scripts.
/third_party/mesa3d/src/intel/genxml/
DREADME62 Keeping genxml files tidy :
/third_party/flutter/skia/tests/
DParametricStageTest.cpp16 out[i] = 0.0f; // Not likely important. Just being tidy. in check_error()
/third_party/skia/tests/
DParametricStageTest.cpp16 out[i] = 0.0f; // Not likely important. Just being tidy. in check_error()
/third_party/gstreamer/gstplugins_base/tests/icles/playback/
Dtest3.c121 /* tidy up */ in main()
/third_party/gn/infra/recipe_modules/windows_sdk/
Dapi.py39 # needs to be manually stopped so Swarming can tidy up after itself.
/third_party/mesa3d/docs/relnotes/
D21.3.1.rst79 - iris: Tidy code in iris_use_pinned_bo a bit
/third_party/mesa3d/.gitlab-ci/container/debian/
Dandroid_build.sh22 find /android-ndk-r21d/ -type f | egrep -i "clang-check|clang-tidy|lldb" | xargs rm -f
/third_party/json/
DCMakeLists.txt39 option(JSON_SystemInclude "Include as system headers (skip for clang-tidy)." OFF)
/third_party/skia/infra/bots/recipe_modules/build/examples/
Dfull.py51 'Build-Debian10-Clang-x86_64-Debug-Tidy',
/third_party/json/cmake/
Dci.cmake21 find_program(CLANG_TIDY_TOOL NAMES clang-tidy-12 clang-tidy-11 clang-tidy)
24 message(STATUS "�� Clang-Tidy ${CLANG_TIDY_TOOL_VERSION} (${CLANG_TIDY_TOOL})")
626 # Check code with Clang-Tidy.
636 COMMENT "Check code with Clang-Tidy"

123456