-
We recently noticed some clang-tidy errors that only surfaced after our compiler flags were modified.
I was able to create a minimal reproducible example with the following source file -
``` code.…
-
| | |
| --- | --- |
| Bugzilla Link | [41311](https://llvm.org/bz41311) |
| Version | trunk |
| OS | Linux |
| CC | @Aaron1011,@devincoughlin,@jyn514,@haoNoQ |
## Extended Description
When running…
-
### Description
clang-tidy emits a warning on a code using NLOHMANN_JSON_SERIALIZE_ENUM,
this requires to to put no-lint comments on the usage code
### Reproduction steps
run clang-tidy on the cod…
-
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 | [PR39971](https://bugs.llvm.org/show_bug.cgi?id=39971) |
| Status | NEW |
| Importance | P enhancemen…
-
| | |
| --- | --- |
| Bugzilla Link | [48455](https://llvm.org/bz48455) |
| Version | unspecified |
| OS | Linux |
| CC | @chfast,@EugeneZelenko |
## Extended Description
For the following…
gumb0 updated
5 months ago
-
Please implement directory recursion for Clang-Format. This helps to quickly format large C/C++ project directories.
As a workaround, UNIX users can write a custom shell script. But that would forc…
-
**Describe the proposal**
Coverity is a static analysis tool. Proprietary, but free for open source projects. It can only be run a limited number of times per week, but we can configure it to run as …
-
### Describe the enhancement requested
I'm seeing some PRs start to prefer the nested namespace notation. I know clang-tidy prefers it. It is more compact and now that we are on C++ 17 I don't se…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR35408](https://bugs.llvm.org/show_bug.cgi?id=35408) |
| Status | NEW |
| Importance | P enhancemen…