-
For `do`/`while` loops with unchanged loop condition the loop (while pointless) will execute exactly once, but `clang-tidy`'s `bugprone-infinite-loop` check incorrectly claims that the loop would be i…
-
I just came across an incompatibility between the new `readability-redundant-member-init` check and the `-Wmissing-field-initializers` diagnostic. It is a common pattern to have an aggregate type repr…
-
Hello,
I'm trying to run `clang-tidy` on already preprocessed source files.
This is needed in order to distribute analysis over the network with FASTBuild.
But I can't get it to respect line di…
-
"C:\Program Files\Microsoft Visual Studio\2022\main\VC\Tools\Llvm\bin\clang-tidy.exe" repro.cpp --checks="modernize-use-nullptr"
PLEASE submit a bug report to https://bugs.llvm.org/ and include the c…
-
### Go version
go version go1.21.5 darwin/arm64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='arm64'
GOBIN=''
GOCACHE='/Users/nyap/Library/Caches/go-build'
GO…
-
Checks for a lot of lldb patches are failing due to clang-tidy not being able to find lldb header files. (I'm not sure it its "a lot" or "all" -- at this point I've gotten used to ignoring them.) This…
-
This would allow people to use choose [clangd as the language server](https://github.com/platformio/platformio-vscode-ide/issues/1940), get clang-tidy warnings in real-time and use other tools based o…
-
I have created some common header file for c and cpp. But when I run clang-tidy for my cpp file, it throw lots of error for example use-using, c-style cast, etc.
Is there any mechanism to identifier …
-
| | |
| --- | --- |
| Bugzilla Link | [41119](https://llvm.org/bz41119) |
| Version | unspecified |
| OS | Windows NT |
## Extended Description
Whilst looking at how clang-tidy might be able to ha…
-
There are a 15 files in ROL/src that use the "using namespace std" (anti-)pattern. I noticed this when compiling with clang 17.
![Image](https://github.com/user-attachments/assets/f741c582-fbfd-44bb-a…