Search code examples
How to build the latest clang-tidy?...


c++clangllvmclang-tidy

Read More
How to use clang AST matcher usingDirectiveDecl to find using namespace directive with specific name...


c++clangabstract-syntax-treeclang-tidy

Read More
Integer to pointer cast pessimism optimization opportunities...


c++clangclang-tidy

Read More
Writing a specific Clang-tidy check to avoid passing an expression into std::vector::reserve()...


c++static-analysisclang-tidyclang-static-analyzer

Read More
clang-tidy: `Loop variable is copied but only used as const reference; consider making it a const re...


c++referenceclangclang-tidy

Read More
How to change c++ code to make clang-tidy modernize-use-transparent-functors happy...


c++templatesstlc++14clang-tidy

Read More
c++ clang-tidy gives errors related to llvm-libc...


c++clangllvmclang-tidy

Read More
Warn against missing std:: prefixes due to ADL...


c++compiler-warningsargument-dependent-lookupclang-tidy

Read More
Clang Tidy config format...


c++clang-tidy

Read More
How does clang check redefinitions?...


clangabstract-syntax-treeclang-tidy

Read More
Is the AST, abstract syntax tree, defined by the language or by the frontend?...


c++gcccompiler-constructionclangclang-tidy

Read More
lambda iso std::bind for member function...


c++lambdastdbindclang-tidy

Read More
clang-tidy bugprone-unused-return-value: how to check all functions?...


c++clang-tidy

Read More
Clang-Tidy can't find my header files...


c++clangclang-tidy

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


c++clangclang-tidynodiscard

Read More
clang-tidy report error unknown argument when contain other compiler options...


cmakeg++iccclang-tidy

Read More
clang-tidy reporting unknown warnings...


c++cmakeclang-tidy

Read More
How to avoid clang-tidy warnings about uninitialized variables...


c++clang-tidy

Read More
"Potential memory leak" with std::function...


c++clang-tidy

Read More
Using #pragma to remove clang warnings based on clang check...


c++clangclang++clang-static-analyzerclang-tidy

Read More
clang-tidy can't find #include <cstddef>...


cmakeclang-tidy

Read More
clang-tidy -fix does not apply any changes...


clang-tidy

Read More
Getting clang-tidy to fix header files...


c++clang++llvm-clangautomated-refactoringclang-tidy

Read More
Clang tidy doesn't work for StaticConstantCase...


c++clang-tidy

Read More
Why " throw" will display a warning?...


c++clang-tidy

Read More
Matching variadic template arguments using an AST Matcher...


c++clangclang-static-analyzerclang-tidyclang-ast-matchers

Read More
What GitHub projects automatically run clang-tidy as part of their continuous integration?...


githubcontinuous-integrationstatic-analysisclang-tidy

Read More
Why is this dangling-gsl warning invoked?...


c++pointerswarningsclang-tidycpp-core-guidelines

Read More
clang-tidy treats namespace as global variable when using readability-identifier-naming...


c++clangllvmclang-tidy

Read More
cmake + clang_tidy - disable checking in directory...


c++cmakeclang-tidy

Read More
BackNext