-
#### Problem
When looking at https://github.com/project-chip/connectedhomeip/runs/5681814706?check_suite_focus=true I saw that clang-tidy was tidying every single file 2x.
it seems reason is that…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR41119](https://bugs.llvm.org/show_bug.cgi?id=41119) |
| Status | CONFIRMED |
| Importance | P enha…
-
1-firstly you need clang-tidy.exe(completely working is what come with clion.)
others are not work: msys2 , official, qt creator.
Actually it's work what come with qt creator but it gives less infor…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR44885](https://bugs.llvm.org/show_bug.cgi?id=44885) |
| Status | NEW |
| Importance | P enhancemen…
-
The `ExtraArgs:` sequence is ignored when specified in the clang-tidy config.
For example:
```yaml
# .clang-tidy config
...
ExtraArgs:
- '-Wno-unknown-warning-option' # same result without s…
-
As a user I want to specify multiple config files / multiple configurations.
Use case:
- I got one file with configuration that is common (mandatory) for all projects, and i want to pass this file…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR26242](https://bugs.llvm.org/show_bug.cgi?id=26242) |
| Status | NEW |
| Importance | P normal |
|…
-
clangd version
```shell
[li@ArchLinux-li cpp]$ clangd --version
clangd version 18.1.8
Features: linux
Platform: x86_64-pc-linux-gnu
[li@ArchLinux-li cpp]$ clang-tidy --version
LLVM (http://ll…
-
Currently, the Lint Job for Travis is a simple check with `clang-tidy` and default options (which means all rules are evaluated). Since the list of all possible rules is very large, there have already…
-
## Brief Issue Summary
When invoking cppcheck via CMake (https://cmake.org/cmake/help/latest/prop_tgt/LANG_CPPCHECK.html) while building the output is unfortunately not parsed into the Problems Tab…