Oliver Stöneberg

Results 1147 comments of Oliver Stöneberg

``` [2022-11-20 15:33:03.543381] work path: /home/sshuser/daca@home [2022-11-20 15:33:03.588505] packages: 38683 [2022-11-20 15:33:03.590235] packages_nodata: 348 [2022-11-20 15:33:03.591534] removing packages with no files to process [2022-11-20 15:33:03.605872] packages: 38335 [2022-11-20 15:33:03.608985] version...

FYI after an almost complete run with only some of the clients providing this info we have already filtered out almost 11,000 packages!

Thanks for your report. And sorry for the late reply. There is an invalid (or very high) `column` in the XML output. If you could provide the output XML in...

It should also be able to update an existing suppression with an additional ID.

This might look a bit strange. Here's how Cppcheck displays it: ``` /mnt/s/clion/example_lite_3/test.cpp:5:9: error: Returning pointer that will be invalid when returning. [returnDanglingLifetime] return c; ^ /mnt/s/clion/example_lite_3/test.cpp:4:37: note: Pointer to...

We should only highlight the token in question. We could try to determine this information ourselves (I think the `Document` even offers a function for that). Or Cppcheck could offer...

This produces a lot of warning for iterators. We could switch to `auto` in cases where the type is actually explicit like `cbegin()` etc.. But for calls like `find()` it...

I filed https://github.com/llvm/llvm-project/issues/84324 upstream about the iterator issue.

All the external files have been lowercase so far and I would like to keep that. Otherwise it would open the door for allowing mixed casing and that would lead...

> If we internally say win32A or win32a I don't care at all. I don't feel sure it's necessary to break the user interface. I mean this does not cause...