Search code examples
Why clang-tidy readability-isolate-declaration not fixing code?...


c++clang-tidy

Read More
Which clang-tidy checks provide automated fixes?...


c++automated-refactoringclang-tidy

Read More
error: unable to handle compilation, expected exactly one compiler job in '' [clang-diagnost...


c++cmakeclangclang-tidy

Read More
The 'cppcoreguidelines-interfaces-global-init' goes wrong just in a specific scenario...


c++visual-studio-2015static-linkingclang-tidy

Read More
Clang-tidy alignment suggestion with `altera-struct-pack-align`...


c++alignmentmemory-alignmentclang-tidy

Read More
How to fix llvmlibc-restrict-system-libc-headers check in Clang Tidy?...


c++clangllvmlibcclang-tidy

Read More
clang-tidy parsing error at spaceship operator...


c++clangc++20clang-tidy

Read More
No compile_commands.json file using cmake with vs code on windows...


c++visual-studio-codecmakeclang-tidy

Read More
overloaded "operator++" returns a non const, and clang-tidy complains...


c++operator-overloadingpostfix-operatorclang-tidy

Read More
clang-tidy: How to suppress warnings?...


suppress-warningsclang-static-analyzerclang-tidy

Read More
Can that function parameter really be pointer-to-const?...


cpointersclang-tidy

Read More
warning: zero as null pointer constant while comparing iterators...


c++iteratorclangcompiler-warningsclang-tidy

Read More
clang-tidy cmake exclude file from check...


cmakestatic-analysiscppcheckclang-tidy

Read More
What does Clang-Tidy "suppressed X warnings" mean?...


c++clang-tidy

Read More
No `-line-filter` equivalent in clang-tidy config?...


clang-tidy

Read More
How to use SYSTEM headers with CMake and clang-tidy?...


c++cmakeclang-tidy

Read More
What is the meaning of the 'AnalyzeTemporaryDtors' option in clang-tidy?...


clang-tidy

Read More
Understanding "'const' at top level, which may reduce code readability without improvin...


cconst-correctnessclang-tidy

Read More
.clang-tidy configuration file content is being ignored...


clangclang-tidy

Read More
Using NOLINT to suppress clang-tidy. How can I suppress the suppression?...


c++clang-tidy

Read More
In clang-tidy, how to set a check option that accepts at list of numbers...


clangclang-tidy

Read More
clang-tidy 10 is ignoring my NOLINT commands...


c++clang-tidy

Read More
Clang analyzer potential memory leak - false positive...


c++clangclang-tidy

Read More
Perfect forwarding interpreted as rvalue reference...


c++rvalueperfect-forwardingclang-tidy

Read More
How can I tell clang-tidy to check for pragma once instead of llvm-style header guards?...


c++llvmheader-filespragmaclang-tidy

Read More
Why "The 'empty' method should be used to check for emptiness instead of 'size&quot...


c++containersstdstdvectorclang-tidy

Read More
clang-tidy suggest I remove const references, why?...


c++c++17clang-tidy

Read More
clang not generating warning for "return a reference to a local object"...


c++referenceclangclionclang-tidy

Read More
What is wrong with this clang-tidy command line?...


clang-tidy

Read More
clang-tidy fails bugprone check...


llvmanti-patternsclang-tidy

Read More
BackNext