List Question
20 TechQA 2016-12-23T21:14:31.610000Handling large volume of boost unit test related warnings with clang-tidy
996 views
Asked by Jibbity jobby
how to use clang-tidy modernize with visual studio
10k views
Asked by Johan Lundberg
clang-tidy can't find the target's public headers
317 views
Asked by Alireza
Clang-Tidy: check number of lines in a function
547 views
Asked by Pshah S
VS Code adding multiple repos
178 views
Asked by helloworld95
Change the name of a function *and* modify a string literal argument using Clang's AST API?
531 views
Asked by Walrus
What does Clang-Tidy "suppressed X warnings" mean?
1.3k views
Asked by helloworld95
Is there a clang-tidy check for returning a non-const reference from a const getter?
153 views
Asked by Klypto
CLANG compiler generates an error stating that "the clang compiler does not support 'armv4t-none-unknown-eabi'"
116 views
Asked by Mohamad Walid
clang-tidy cant detect compile_commands.json
230 views
Asked by t14njin
clang-tidy by CLion and standalone yield different results
118 views
Asked by Aaron
clangd with coc: where to put the "FastCheckFilter" option?
165 views
Asked by FalcoGer
Is clang-tidy modernize-pass-by-value only right from C++20 on?
362 views
Asked by Benjamin Bihler
clang-tidy throws an error when using namespace alias
131 views
Asked by kiner_shah
Can I configure clang-tidy to accept certain dead-store values other than NULL?
128 views
Asked by Govind Parmar
clang-tidy readability-non-const-parameter warning, why?
1k views
Asked by Reinder
clang-tidy check to remove unnecessary class name before member function
264 views
Asked by Curious
Do you have examples where clang-tidy can break the code?
111 views
Asked by fen
Clang-tidy alignment suggestion with `altera-struct-pack-align`
1k views
Asked by Spyros Mourelatos
Using clang-tidy with a header only CMake project
4.4k views
Asked by tjwrona