Home
last modified time | relevance | path

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

123

/third_party/grpc/tools/dockerfile/grpc_clang_tidy/
DDockerfile17 # Install clang-tidy 6.0
18 # This is because clang-tidy 7.0 started treating compiler errors as tidy errors
19 # and there are a couple of files which are not properly compiled via tidy so it
21 RUN apt-get update && apt-get install -y clang-tidy-6.0
22 ENV CLANG_TIDY=clang-tidy-6.0
Dclang_tidy_all_the_things.sh19 CLANG_TIDY=${CLANG_TIDY:-clang-tidy}
/third_party/grpc/tools/dockerfile/test/sanity/
DDockerfile87 # Install clang-tidy 6.0
88 # This is because clang-tidy 7.0 started treating compiler errors as tidy errors
89 # and there are a couple of files which are not properly compiled via tidy so it
91 RUN apt-get install -y clang-tidy-6.0
92 ENV CLANG_TIDY=clang-tidy-6.0
/third_party/boost/libs/gil/
DCMakeLists.txt25 option(BOOST_GIL_USE_CLANG_TIDY "Set CMAKE_CXX_CLANG_TIDY property on targets to enable clang-tidy
200 # clang-tidy
201 # - default checks specified in .clang-tidy configuration file
205 NAMES clang-tidy-7 clang-tidy-6.0 clang-tidy-5.0 clang-tidy-4.0 clang-tidy
206 DOC "Path to clang-tidy executable")
DCONTRIBUTING.md22 - [Running clang-tidy](#running-clang-tidy)
505 ### Running clang-tidy
507 [clang-tidy](http://clang.llvm.org/extra/clang-tidy/) can be run on demand to
511 it is easy to run `clang-tidy` using either the integration built-in CMake 3.6+
517 This mode uses the CMake built-in integration and runs `clang-tidy` checks configured
518 in [.clang-tidy](https://github.com/boostorg/gil/blob/develop/.clang-tidy).
549 3. Run the parallel `clang-tidy` runner script to apply the desired checks (and fixes)
553 …run-clang-tidy.py -p=_build -header-filter='boost\/gil\/.*' -checks='-*,modernize-use-using' -fix …
/third_party/grpc/templates/tools/dockerfile/grpc_clang_tidy/
DDockerfile.template22 # Install clang-tidy 7
23 RUN apt-get update && apt-get install -y clang-tidy-8 jq
24 ENV CLANG_TIDY=clang-tidy-8
/third_party/grpc/templates/tools/dockerfile/test/sanity/
DDockerfile.template39 # Install clang, clang-format, and clang-tidy
40 RUN apt-get update && apt-get install -y clang clang-format-8 clang-tidy-8 jq
42 ENV CLANG_TIDY=clang-tidy-8
/third_party/boost/tools/quickbook/src/
Dpost_process.cpp313 tidy = *markup; in definition()
318 cl::rule<Scanner> const& start() { return tidy; } in start()
320 cl::rule<Scanner> tidy, tag, start_tag, start_end_tag, content, member
440 std::string tidy; in post_process() local
441 tidy_compiler state(tidy, linewidth, is_html); in post_process()
446 return tidy; in post_process()
/third_party/curl/src/
DMakefile.am149 TIDY:=clang-tidy
151 tidy: target
/third_party/boost/boost/spirit/home/karma/detail/
Doutput_iterator.hpp38 void tidy() { count = 0; line = 1; column = 1; } in tidy() function in boost::spirit::karma::detail::position_sink
206 tidy(); in ~buffer_sink()
211 tidy(); // release existing buffer in enable()
216 void tidy() in tidy() function in boost::spirit::karma::detail::buffer_sink
/third_party/curl/lib/
DMakefile.am152 TIDY:=clang-tidy
154 tidy: target
/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/ejdb/docker/testbed/
Dllvm-update-alternatives.sh63 … --slave /usr/bin/clang-tidy clang-tidy /usr/bin/clang-tidy-${version} \
/third_party/flutter/skia/infra/bots/
Dcompile.isolate9 '../../.clang-tidy',
/third_party/boost/libs/outcome/doc/src/content/tutorial/advanced/interop/
Dhttplib.md7 sends it through HTML tidy via the htmltidy library, and then writes it to disc
/third_party/openssl/doc/man3/
DCONF_modules_free.pod26 CONF_modules_free() at exit to tidy up any configuration performed.
/third_party/ltp/testcases/kdump/doc/
DTEST_PLAN.txt33 - tidy up scripts.
/third_party/boost/libs/gil/test/header/
DCMakeLists.txt85 # An extra advantage is that such translation unit can be analysed with clang-tidy, etc.
/third_party/curl/scripts/zuul/
Dscript.sh112 make tidy
/third_party/curl/
DMakefile.am743 tidy: target
744 (cd src && $(MAKE) tidy)
745 (cd lib && $(MAKE) tidy)
/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/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/grpc/third_party/upb/
DDESIGN.md21 - tidy about symbol references, so that any messages or features that
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/
DIMG_texture_env_enhanced_fixed_function.txt226 1.0, 11/05/2009 bcb: Final tidy up for publish.

123