gerboengels

Results 5 issues of gerboengels

PR #886 broke `clang-build.ps1 MySolution.sln -tidy .clang-tidy -parallel`. With this (simplified) snippet from `Function Run-ClangJobs`: ```ps1 if (![string]::IsNullOrWhiteSpace($job.TidyFlagsTempFile) -and (Test-Path $job.TidyFlagsTempFile)) { $clangTidyFile = "$cppDirectory\.clang-tidy" } if (![string]::IsNullOrWhiteSpace($clangTidyFile)) { Copy-Item...

bug

Hi, We use cpt.config to pre-set some parameters. This includes a number of `clang-flags`. Now we encountered a use case where in some situations we want to add some flags...

Since commit 044c1831 (PR #1837) a number of cppcheck-rules are lost, like `unmatchedSuppression`. This was probably because of the cleanup mentioned in that PR, as this rule is not present...

question
discussion

Cross post from the forum (https://sourceforge.net/p/cppcheck/discussion/general/thread/847b8527de/) I'm looking a bit into https://trac.cppcheck.net/ticket/10489 and I think I found the issue and a very hacky solution, but I'm looking for input for...

In an interactive rebase, 'edit' means changing the contents of the commit, which is not available in revise. So `--edit` might be a bit confusing, as it actually corresponds to...