Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clang-tidy

How to load function with dlsym() without reinterpret_cast?

c++ clang-tidy

How to use and configure clang-tidy on windows?

c++ clang clang-tidy

clang-tidy suggest I remove const references, why?

c++ c++17 clang-tidy

No `-line-filter` equivalent in clang-tidy config?

clang-tidy

clang-tidy: How to suppress C++ warnings in C header file?

Why does clang-tidy say vsnprintf has an uninitialized va_list argument?

How can I enable clang-tidy's "modernize" checks?

Exclude specific headers from clang-tidy

clang-tidy

How can I specify additional arguments for use with CMAKE_CXX_CLANG_TIDY variable

error: unable to handle compilation, expected exactly one compiler job in '' [clang-diagnostic-error]

c++ cmake clang clang-tidy

clang-tidy readability-identifier-naming module does not seem to properly handle class attributes and class methods

clang-tidy

Is there a way to avoid this warning from clang-tidy (fuchsia-default-arguments) while initializing a string?

c++ clang-tidy

What is proper LLVM header guard style?

clang-tidy cmake exclude file from check