-
Add clang-tidy for better code
checkout Clion default clang-tidy values and generate a .clang-tidy file from it
-
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…
-
**Describe the bug**
If you set `build_by_default : false` in a subproject, one would expect the target to not be built by default. I later discovered this is because `install : true`, which is not d…
-
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…
-
Platform: Windows
MSVC version: 14.40
Clang Tidy version: 18.1
Code:
```
#include
using namespace std;
auto foo()
{
return format("Hello, {}!", "world");
}
```
Log:
```
> […
-
I realize one simple clang-tidy ast matcher like this:
```
Finder->addMatcher(expr(isExpandedFromMacro("NULL")).bind("E"), this);
```
when I run ```clang-tidy``` on freecad/src/Mod/Path/App/AreaPy…
-
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
-
There seems to be odd and ends code formatting differences.
fire updated
4 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…
-
请问怎么把clang-tidy给.cu程序用上的?