-
| | |
| --- | --- |
| Bugzilla Link | [22416](https://llvm.org/bz22416) |
| Version | unspecified |
| OS | All |
| CC | @LegalizeAdulthood |
## Extended Description
Hi!
I think will be good idea …
-
Are you planning on making a `clangd-format` equivalent? It would be very useful for CI jobs to just download clangd and have both clang-tidy and clang-format options.
In any case, thank you for ma…
-
I wanted to post this in discussions but it's not enabled for the repo.
Here's how I am able to run the clang-tidy review script directly on the github runner environments without needing the ubunt…
-
Add clang-tidy for better code
checkout Clion default clang-tidy values and generate a .clang-tidy file from it
-
It'd be great to create/configure some scripts to lint commits / clang-tidy-diff / clang-format-diff as pre-commit hooks for Git locally, and write a section in the [contributing guide](https://github…
dacap updated
2 months ago
-
I'm trying to contribute but ran into a few issues.
By default my editor is configured to run clang-format on save and clang-tidy to show me possible fixes to different issues I might encounter. Th…
-
I am having the same issue as here:
https://github.com/llvm/llvm-project/issues/101181
I try to fix it by adding:
```
performance-unnecessary-value-param.AllowedTypes: 'Iterator'
```
To my…
-
Platform: Windows
MSVC version: 14.40
Clang Tidy version: 18.1
Code:
```
#include
using namespace std;
auto foo()
{
return format("Hello, {}!", "world");
}
```
Log:
```
> […
-
There seems to be odd and ends code formatting differences.
fire updated
4 months ago
-
请问怎么把clang-tidy给.cu程序用上的?