/third_party/grpc/tools/dockerfile/grpc_clang_tidy/ |
D | Dockerfile | 17 # 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
|
D | clang_tidy_all_the_things.sh | 19 CLANG_TIDY=${CLANG_TIDY:-clang-tidy}
|
/third_party/grpc/tools/dockerfile/test/sanity/ |
D | Dockerfile | 87 # 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/ |
D | CMakeLists.txt | 25 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")
|
D | CONTRIBUTING.md | 22 - [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/ |
D | Dockerfile.template | 22 # 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/ |
D | Dockerfile.template | 39 # 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/ |
D | post_process.cpp | 313 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/ |
D | Makefile.am | 149 TIDY:=clang-tidy 151 tidy: target
|
/third_party/boost/boost/spirit/home/karma/detail/ |
D | output_iterator.hpp | 38 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/ |
D | Makefile.am | 152 TIDY:=clang-tidy 154 tidy: target
|
/third_party/flutter/skia/tools/ |
D | clang-tidy.sh | 27 clang-tidy -quiet -header-filter='.*' -warnings-as-errors='*' $src -- $args
|
/third_party/skia/tools/ |
D | clang-tidy.sh | 27 clang-tidy -quiet -header-filter='.*' -warnings-as-errors='*' $src -- $args
|
/third_party/ejdb/docker/testbed/ |
D | llvm-update-alternatives.sh | 63 … --slave /usr/bin/clang-tidy clang-tidy /usr/bin/clang-tidy-${version} \
|
/third_party/flutter/skia/infra/bots/ |
D | compile.isolate | 9 '../../.clang-tidy',
|
/third_party/boost/libs/outcome/doc/src/content/tutorial/advanced/interop/ |
D | httplib.md | 7 sends it through HTML tidy via the htmltidy library, and then writes it to disc
|
/third_party/openssl/doc/man3/ |
D | CONF_modules_free.pod | 26 CONF_modules_free() at exit to tidy up any configuration performed.
|
/third_party/ltp/testcases/kdump/doc/ |
D | TEST_PLAN.txt | 33 - tidy up scripts.
|
/third_party/boost/libs/gil/test/header/ |
D | CMakeLists.txt | 85 # An extra advantage is that such translation unit can be analysed with clang-tidy, etc.
|
/third_party/curl/scripts/zuul/ |
D | script.sh | 112 make tidy
|
/third_party/curl/ |
D | Makefile.am | 743 tidy: target 744 (cd src && $(MAKE) tidy) 745 (cd lib && $(MAKE) tidy)
|
/third_party/cJSON/tests/unity/docs/ |
D | ThrowTheSwitchCodingStandard.md | 134 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/ |
D | ThrowTheSwitchCodingStandard.md | 133 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/ |
D | DESIGN.md | 21 - tidy about symbol references, so that any messages or features that
|
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/ |
D | IMG_texture_env_enhanced_fixed_function.txt | 226 1.0, 11/05/2009 bcb: Final tidy up for publish.
|