"Use of a signed integer operand with a binary bitwise operator" - when using unsigned sho...
Read MoreClang-tidy bugprone-use-after-move with perfect forwarding...
Read MoreShould we still always std::forward a universal reference argument even if unnecessary?...
Read Morecppcoreguidelines-virtual-class-destructor ... complains when Base has default protected destructor...
Read Moreclang libtooling: how to get expansion EndLoc of function-like macros?...
Read MoreClang-Tidy `NOLINT` for multiple lines?...
Read MoreCan I get clang-tidy to warn about the use of indirectly-included standard library constructs...
Read MoreIs there a way to get -isystem for FetchContent targets?...
Read MoreAvoid security.ArrayBound warning when using container_of...
Read MoreWrong clang-tidy warning about static global lambda variables?...
Read MoreMatching sugared QualType of a template parameter in a varDecl()...
Read MoreUsing clang-tidy with compile-commands.json to parse multiple files...
Read Morecmake clang-tidy (or other script) as custom target...
Read MoreGenerate compile_commands.json from msbuild via command line -- no cmake...
Read MoreWarning "bugprone-exception-escape" when captured object throws in copy constructor...
Read MoreClang-Tidy: Uninitialized record type...
Read MoreHow to fix "multi level implicit pointer conversion" warning in clang-tidy?...
Read MoreHow to convert a copy initialization into a direct list initialization in clang-tidy check?...
Read MoreWhy clang-tidy suggests to add [[nodiscard]] everywhere?...
Read MoreHow to get the access specifier for a clang::CXXMethodDecl?...
Read MoreUsing `misc-include-cleaner` with <windows.h>...
Read MoreHow to get the source location for a ref qualifier when writing clang-tidy checks and fixes?...
Read MoreIdentifying type definitions in Macros with clang-tidy...
Read MorePrevent clang-tidy from running on generated files...
Read MoreDefault arguments on virtual methods...
Read MoreCompiler or Clang tidy warning on methods that directly access the file system...
Read MoreClang-tidy tries to analyze an STM32 assembly file located in compile_commands.json...
Read MoreLinter check for reference removal in auto type...
Read MoreHow should I define and initialize a non-global namespace member variable?...
Read Moreclang-tidy readability-identifier-naming IgnoredRegexp...
Read More