Search code examples
Disable or enable warnings for cppcheck using a configuration file...


c++configuration-filescppcheckclang-tidy

Read More
How can I silence all errors of a particular kind in clang-tidy?...


c++clang-tidy

Read More
Clang-Tidy : readability-function-cognitive-complexity.DescribeBasicIncrements value has no effect...


c++clang-tidy

Read More
How to supress clang-tidy warnings from an upstream library in cmake...


c++cmakeclang-tidy

Read More
How to dump CLion's default clang-tidy configuration?...


c++cmakeclionclang-tidy

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


cmakeincludeclang-tidy

Read More
How to enable and disable a clang-tidy rule in Visual Studio?...


c++visual-studioclang-tidy

Read More
clang-tidy default checks (unknown origin)...


c++clang-tidy

Read More
Clang tidy doesn't work properly for static member variable...


c++clangclang-tidy

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


clang-tidy

Read More
clang-tidy emits warning when compiling with c++20 enabled...


c++c++20clang-tidy

Read More
How to enable clang static analyzer flags from clang-tidy for alpha (experimental) checkers?...


clangllvmclang-tidyclang-static-analyzerscan-build

Read More
Prevent clang tidy to report warnings on Boost Test headers...


c++boostcmakesystemclang-tidy

Read More
modern c++ with clang-tidy causes opposite warnings...


c++c++17c++20clang-tidy

Read More
clang-tooling: replacing out parameter with a return value...


c++clangclang-tidy

Read More
Is it possible to accelerate clang-tidy using ccache or similar?...


c++cstatic-analysisclang-tidyccache

Read More
clang-tidy complains on std::string in structs...


c++clang-tidy

Read More
clang-tidy's bugprone-exception-escape behaves weirdly with MSVC STL...


c++visual-c++clang-tidy

Read More
Setting a sub-option to clang-tidy...


clang-tidy

Read More
C++ error: The right operand of '*' is a garbage value...


c++syntax-errorclang-tidy

Read More
The proper way to initialize array of char with constant string...


c++clang-tidy

Read More
How do I distinguish `&&` from `and` in llvm-clang?...


c++clangclang-tidy

Read More
Why does clang-tidy's modernize-use-emplace miss this warning?...


c++clang-tidy

Read More
Matching std::optional<bool> with Clang AST...


clangllvmabstract-syntax-treeclang-tidy

Read More
Clion Unintialized record type: player...


c++clioncurly-bracesclang-tidy

Read More
clang-tidy-10 and compile_commands.json does not support relative paths...


c++clang-tidy

Read More
Potential memory leak if a tuple of a unique pointer is captured in lambda...


c++memory-leaksc++17clang-tidyclang-static-analyzer

Read More
Understanding clang-tidy "DeadStores" and "NewDeleteLeaks" warnings...


c++clang-formatclang-tidy

Read More
'Clang-Tidy: Do not implicitly decay an array into a pointer' when using std::forward and co...


c++c++11clang-tidy

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


clangclang-tidy

Read More
BackNext