Searched full:tidy (Results 1 – 25 of 148) sorted by relevance
123456
1 name: clang-tidy9 name: run-clang-tidy16 - name: install clang-tidy17 run: sudo apt update && sudo apt -y install clang-tidy38 run: run-clang-tidy
123 clang-tidy:124 name: Clang Tidy130 - name: Install clang-tidy131 run: sudo apt-get install clang-tidy-11132 - name: Run clang-tidy133 run: clang-tidy-11 src/cxx.cc --warnings-as-errors=*
38 "[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",
40 "label": "clang-tidy",41 "command": "clang-tidy",
149 # 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")
79 tidy:122 - tidy
63 … --slave /usr/bin/clang-tidy clang-tidy /usr/bin/clang-tidy-${version} \
27 clang-tidy -quiet -header-filter='.*' -warnings-as-errors='*' $src -- $args
4 # The clang-tidy google-explicit-constructor warning is issued to nearly
26 CONF_modules_free() at exit to tidy up any configuration performed.
9 '../../.clang-tidy',
133 things up in nice tidy columns.188 that happens, we like to indent further to line things up in nice tidy columns.
134 things up in nice tidy columns.189 that happens, we like to indent further to line things up in nice tidy columns.
33 - tidy up scripts.
62 Keeping genxml files tidy :
16 out[i] = 0.0f; // Not likely important. Just being tidy. in check_error()
121 /* tidy up */ in main()
39 # needs to be manually stopped so Swarming can tidy up after itself.
79 - iris: Tidy code in iris_use_pinned_bo a bit
22 find /android-ndk-r21d/ -type f | egrep -i "clang-check|clang-tidy|lldb" | xargs rm -f
39 option(JSON_SystemInclude "Include as system headers (skip for clang-tidy)." OFF)
51 'Build-Debian10-Clang-x86_64-Debug-Tidy',
21 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"