-
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 …
-
[log of Test(windows-2022, msvc, _, _)](https://github.com/aminya/project_options/actions/runs/10349787026/job/28644910487#step:5:170):
```txt
-- The CXX compiler identification is Clang 17.0.6 wi…
-
### Zig Version
0.12.0-dev.1830+779b8e259
### Steps to Reproduce and Observed Behavior
The following Zig compiles successfully:
```bash
zig build-lib ./Hello.zig
```
```zig
const Garbagey …
-
## Description
The `setup-ros2` action installs the [default version of `clang`](https://github.com/ros-tooling/setup-ros/blob/39f9fe76c8bf5baaa7829aa3dff46a5e43355ce7/src/package_manager/apt.ts#L1…
-
`clang-tidy` has inconsistent behavior on the `cppcoreguidelines-pro-type-member-init`. See the following example.
---
In all cases, the `class Foo` contains a `char m_first` member variable, wh…
-
## 🐛 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…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR45356](https://bugs.llvm.org/show_bug.cgi?id=45356) |
| Status | NEW |
| Importance | P normal |
|…
-
- [ ] main
- [ ] 4-3-stable
---
## Build / Tools
Treating raw numbers as errors is a good idea in general. The issue is there are times where it is perfectly fine to use a number directly instead …
-
To consolidate cases for static analysis let's move first case from `clang-tidy-mistakes`: https://github.com/polystat/clang-tidy-mistakes/blob/master/false-negative/buffer-overrun.cpp
For that nee…
mximp updated
2 years ago
-
In the past, `clang-tidy` checks run by `clangd` appeared as problems in the "Problems" panel. Recently, I noticed that they no longer do. Other issues found by `clangd` (compiler warnings or errors, …