Lines Matching full:use
3 # you may not use this file except in compliance with the License.
17 # When clang/gcc is used for cross-compilation, it is ran on host and use defines and options for h…
46 …message(FATAL_ERROR "clang-tidy not found, but requested for build. Use -DPANDA_ENABLE_CLANG_TIDY=…
89 # By default all checks are enabled globally, so the most reasonable use
93 # * We use permissive policy for checks, i.e. everything is enabled by default,
147 "-readability-identifier-naming" # disabled because we will use little-hump-style
148 "-google-runtime-references" # disabled to use non-const references
150 …"-fuchsia-default-arguments-calls" # disabled because we use functions with default arguments a lot
151 …"-fuchsia-default-arguments-declarations" # disabled because we use functions with default argumen…
152 "-modernize-use-trailing-return-type" # disabled as a stylistic check
159 … "-cppcoreguidelines-owning-memory" # TODO(dtrubenkov): look if we want to use GSL or gsl-lite
161 …elines-pro-bounds-constant-array-index" # TODO(dtrubenkov): look if we want to use GSL or gsl-lite
167 "-modernize-use-nodiscard" # TODO(dtrubenkov): look into it