• Home
  • Raw
  • Download

Lines Matching refs:Checks

60 ``abseil-``            Checks related to Abseil library.
61 ``altera-`` Checks related to OpenCL programming for FPGAs.
62 ``android-`` Checks related to Android.
63 ``boost-`` Checks related to Boost library.
64 ``bugprone-`` Checks that target bugprone code constructs.
65 ``cert-`` Checks related to CERT Secure Coding Guidelines.
67 ``concurrency-`` Checks related to concurrent programming (including
69 ``cppcoreguidelines-`` Checks related to C++ Core Guidelines.
70 ``darwin-`` Checks related to Darwin coding conventions.
71 ``fuchsia-`` Checks related to Fuchsia coding conventions.
72 ``google-`` Checks related to Google coding conventions.
73 ``hicpp-`` Checks related to High Integrity C++ Coding Standard.
74 ``linuxkernel-`` Checks related to the Linux Kernel coding conventions.
75 ``llvm-`` Checks related to the LLVM coding conventions.
76 ``llvmlibc-`` Checks related to the LLVM-libc coding standards.
77 ``misc-`` Checks that we didn't have a better category for.
78 ``modernize-`` Checks that advocate usage of modern (currently "modern"
80 ``mpi-`` Checks related to MPI (Message Passing Interface).
81 ``objc-`` Checks related to Objective-C coding conventions.
82 ``openmp-`` Checks related to OpenMP API.
83 ``performance-`` Checks that target performance-related issues.
84 ``portability-`` Checks that target portability-related issues that don't
86 ``readability-`` Checks that target readability-related issues that don't
88 ``zircon-`` Checks related to Zircon kernel coding conventions.
133 value of the 'Checks' option in .clang-tidy
137 -config="{Checks: '*',
261 Checks: '-*,some-check'