-
I'm not able to reproduce this on main currently, as when analyzing C files nothing gets matched right now.
I suspect there's another bug somewhere in main.
But on release/19.x it's reproducible.
…
-
When adding littlefs to a project that uses Clang static checking that includes `clang-analyzer-core`, the `littlefs.c.o` object throws several errors during compilation:
```
[6/27] Building C ob…
-
current android 10 riscv64 build, we have to disable lto/cfi/tidy build option in Android.bp as the riscv llvm version we use miss those features. Here need to enable those lto/cfi/tidy in andorid cla…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR37901](https://bugs.llvm.org/show_bug.cgi?id=37901) |
| Status | NEW |
| Importance | P enhancemen…
-
clang-tidy: 15.0.5
rule: cppcoreguidelines-pro-type-member-init
language: C++ 17
theme: Do not warn smart point by cppcoreguidelines-pro-type-member-init
smart point has be initialized …
-
The linter is impossible to maintain, because it is not possible to parse C++ with a simple regex. When it produces nonsense, like https://github.com/bitcoin/bitcoin/runs/27958379841, it is mostly ann…
-
| | |
| --- | --- |
| Bugzilla Link | [50945](https://llvm.org/bz50945) |
| Version | unspecified |
| OS | Linux |
## Extended Description
Following snippet reproduces the bug
tuple_storage varia…
-
While it is possible to pass additional compiler flags with `--extra-arg=` and `--extra-arg-before=`, passing `-fdiagnostics-print-source-range-info` doesn't seem to have an effect. It would be nice i…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR20624](https://bugs.llvm.org/show_bug.cgi?id=20624) |
| Status | NEW |
| Importance | P normal |
|…
-
I find a false positive with clang-tidy's readability-non-const-parameter, if the access to the function parameter is hidden behind a template.
To reproduce:
```c++
#include
constexpr size_t…