-
If I want to add a language support to clangsa, for example, the suffix is Cuda file, how should I modify this project.
-
Clang and Clang-tidy have different configuration format to manage checker options.
A common configuration option format would be nice where the user can configure the checker options
the same way…
gyorb updated
2 years ago
-
**Is your feature request related to a problem? Please describe.**
We are running various analyzer tools on a repository that is daily integrated. We then import the results into CodeChecker and us…
-
Review and then integrate https://github.com/mrmark/joule-plugincheck as a new command, like `moodle-plugin-ci codereview`
The project should be moved into `moodlerooms` Github account and should be …
-
With the use of
`git diff --name-only --diff-filter=[AM] HEAD`
One can get a list of all files that have either been added (A) or modified (M) since the last commit. There are more flags if one woul…
-
**Describe the bug**
Similar to #108, but for codechecker. It is however possible to edit makefile in a way that makes codechecker work (copy codecheckerfile.json after build in suitable subfolder …
-
tbh - I'd be more inclined to just include vendor/symfony on it's own rather than each lib inside the folder - that way all of /vendor/symnfony is excluded from the codechecker stuff.
-
I would like to use clang-tidy to check a bigger repository. Is there a way to speed things up using older results of clang-tidy?
A naive approach would only check changed files in git, but this does…
-
Hello, I'm trying to integrate clang-tidy in my CMake with custom commands to have more control over whats going on.
I wanted to use the depfile feature of CMake for `add_custom_command`, but after…
-
| | |
| --- | --- |
| Bugzilla Link | [40299](https://llvm.org/bz40299) |
| Version | trunk |
| OS | MacOS X |
| Attachments | [An MCVE that demonstrates/reproduces the fault described in this case.…