Search code examples
Avoid security.ArrayBound warning when using container_of...

cclang-tidy

Read More
Wrong clang-tidy warning about static global lambda variables?...

c++lambdaclang-tidy

Read More
Matching sugared QualType of a template parameter in a varDecl()...

c++clangclang-tidyclang-ast-matchers

Read More
Using clang-tidy with compile-commands.json to parse multiple files...

clang-tidy

Read More
cmake clang-tidy (or other script) as custom target...

cmakeclangtargetlintclang-tidy

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

msbuildcontinuous-integrationclang-tidy

Read More
Warning "bugprone-exception-escape" when captured object throws in copy constructor...

c++exceptionlambdamove-semanticsclang-tidy

Read More
Clang-Tidy: Uninitialized record type...

c++clang-tidy

Read More
How to fix "multi level implicit pointer conversion" warning in clang-tidy?...

c++mpivoid-pointersclang-tidyindirection

Read More
How to convert a copy initialization into a direct list initialization in clang-tidy check?...

c++clangabstract-syntax-treeclang-tidylist-initialization

Read More
Why clang-tidy suggests to add [[nodiscard]] everywhere?...

c++clangclang-tidynodiscard

Read More
How to get the access specifier for a clang::CXXMethodDecl?...

c++abstract-syntax-treeclang-tidyaccess-specifier

Read More
Using `misc-include-cleaner` with <windows.h>...

winapiclang-tidyiwyu

Read More
How to get the source location for a ref qualifier when writing clang-tidy checks and fixes?...

c++clang-tidyclang-ast-matchers

Read More
Identifying type definitions in Macros with clang-tidy...

c++clangclang-tidy

Read More
Prevent clang-tidy from running on generated files...

c++cmakeprotocol-buffersclang-tidy

Read More
Default arguments on virtual methods...

c++clang-tidydefault-arguments

Read More
Compiler or Clang tidy warning on methods that directly access the file system...

c++gccclang-tidy

Read More
Clang-tidy tries to analyze an STM32 assembly file located in compile_commands.json...

assemblycmakegithub-actionsstm32clang-tidy

Read More
Linter check for reference removal in auto type...

c++g++clang-tidy

Read More
How should I define and initialize a non-global namespace member variable?...

c++clang++clang-tidy

Read More
clang-tidy readability-identifier-naming IgnoredRegexp...

c++regexclang-tidy

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

clang-tidy

Read More
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
Clang-tidy file: How to list the checks in multiple lines...

c++clang-tidy

Read More
BackNext