Search code examples
How to get Visual Studio use a .clang-tidy configuration file when invoking clang-tidy?...


c++visual-studiocmakeclang-tidy

Read More
Convert function names to snake case with clang-tidy...


cclang-tidysnakecasing

Read More
stddef.h redefines size_t with the wrong width only in clang-tidy...


cvisual-studio-codearmclang-tidy

Read More
What is a loop with an ID-dependent backward branch?...


c++for-loopclang-tidy

Read More
clang-tidy cant detect compile_commands.json...


clang-tidy

Read More
Matching multiple arguments to a particular function individually with Clang AST matcher...


clang-tidyclang-ast-matchers

Read More
Is it possible to ignore a header with clang-tidy...


clang-tidy

Read More
Clang-tidy file: How to list the checks in multiple lines...


c++clang-tidy

Read More
clang-tidy not finding a header file...


c++compiler-errorsbazelclang-tidy

Read More
How to use Clang tidy in CMake...


cmakeclang-tidy

Read More
Clang Tidy fails with error: no such file or directory: '/ARG'; did you mean '/ARG'?...


cmakeclangllvmninjaclang-tidy

Read More
Clang-tidy-18 `hicpp-signed-bitwise` "use of signed integer" false positive?...


clangbitwise-operatorsbit-shiftclang-tidy

Read More
How to install clang-tidy on macOS?...


macosclang-tidy

Read More
Is clang-tidy modernize-pass-by-value only right from C++20 on?...


c++language-lawyerpass-by-referencepass-by-valueclang-tidy

Read More
Why does range-for decay this array into pointer according to clang-tidy?...


c++clang-tidycpp-core-guidelines

Read More
Why are my custom clang-tidy checks not showing up after adding custom module?...


clangclang-tidy

Read More
Generate compile_commands.json from msbuild via command line -- no cmake...


msbuildcontinuous-integrationclang-tidy

Read More
c++ Warning: Clang-Tidy: Repeated branch in conditional chain...


c++c++14clionclang-tidy

Read More
no viable conversion from returned value of type 'std::bitset<3>' to function return t...


c++clang-tidy

Read More
Why is clang-tidy in clangd so much faster than (run-)clang-tidy itself?...


clang-tidyclangd

Read More
clang-tidy check: write a matcher to match consective if-else-if statement?...


clangclang-tidyclang-ast-matchers

Read More
clang warns that `ffi_type` is not compatible with `sizeof`...


cclang-tidy

Read More
How to avoid clang-tidy warning when passing shared_ptr to thread function?...


c++multithreadingwarningsclang-tidypass-by-const-reference

Read More
How do I match a for loop with vector declaring in it's body?...


c++clangclang-tidyclang-ast-matchers

Read More
C++ Core Guidelines for static member variables...


c++static-membersclang-tidycpp-core-guidelines

Read More
Ignore certain files when using clang-tidy...


cmakestatic-analysisclang-tidyclang-static-analyzer

Read More
clang-tidy does not recognize unifying assignment operator as move assigment...


c++c++11clang-tidy

Read More
Can I configure clang-tidy to accept certain dead-store values other than NULL?...


cwinapistatic-analysisclang-tidyresource-disposal

Read More
Clang-tidy incorrect rounding...


c++roundingclang-tidy

Read More
clangd with coc: where to put the "FastCheckFilter" option?...


configclang-tidyclangd

Read More
BackNext