Search code examples
"Use of a signed integer operand with a binary bitwise operator" - when using unsigned sho...


cclionclang-tidy

Read More
Clang-tidy bugprone-use-after-move with perfect forwarding...


c++tuplesmove-semanticsperfect-forwardingclang-tidy

Read More
Should we still always std::forward a universal reference argument even if unnecessary?...


c++c++23perfect-forwardingclang-tidycpp-core-guidelines

Read More
cppcoreguidelines-virtual-class-destructor ... complains when Base has default protected destructor...


c++clang-tidycpp-core-guidelines

Read More
clang libtooling: how to get expansion EndLoc of function-like macros?...


clangclang-tidylibtooling

Read More
Clang-Tidy `NOLINT` for multiple lines?...


clangclang-tidy

Read More
Can I get clang-tidy to warn about the use of indirectly-included standard library constructs...


c++includestdclang-tidy

Read More
Is there a way to get -isystem for FetchContent targets?...


cmakeincludeclang-tidy

Read More
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
BackNext