-
This would certainly help us enforce good code quality.
However, there are some (false positive?) checks which the project currently fails.
-
This issue was originally reported by Nin Loot here: https://gitlab.kitware.com/cmake/cmake/-/issues/22979. Quoting from his bug report:
We recently tried to upgrade from cmake version 3.20 to 3.22…
-
| | |
| --- | --- |
| Bugzilla Link | [27300](https://llvm.org/bz27300) |
| Version | unspecified |
| OS | All |
| CC | @EugeneZelenko |
## Extended Description
wxWidgets has a preconstructed empt…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR48675](https://bugs.llvm.org/show_bug.cgi?id=48675) |
| Status | NEW |
| Importance | P normal |
|…
-
It looks strange, but I observe that `clang-tidy` ran on `arm32` architecture finds more issues than when run on `amd64` architecture.
Here is the Github Actions runs of one of my repos:
https://g…
-
### Related area
Security
### Hardware specification
N/A
### Is your feature request related to a problem?
Beyond compiler warnings/errors tinyusb doesn't currently leverage static anal…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR35021](https://bugs.llvm.org/show_bug.cgi?id=35021) |
| Status | NEW |
| Importance | P release bl…
-
## 🐛 CI Bug
Example PR https://github.com/pytorch/pytorch/pull/67943 renames the file:
```
diff --git a/torch/csrc/jit/codegen/cuda/shape_inference.cpp b/torch/csrc/jit/codegen/cuda/type_infer…
-
Hi,
I have the following line in a C code:
```c
ffi_type **arg_types = malloc(num_total_args * sizeof(*arg_types));
```
and `clang-tidy` warns with `Suspicious usage of 'sizeof(A*)'; pointer to…
-
After https://reviews.llvm.org/D144705, it is possible to run linting on the libc source code again. Because of the long time since we last did any formal lint checking, the source tree has regressed …