Oliver Stöneberg

Results 1140 comments of Oliver Stöneberg

This is a bit too much for 1.6.0 - we need to get the `--xml` stuff and the other fixes out first.

I have a patch for Cppcheck ready to make `missingInclude` available with the normal analysis. I will add handling for it with a version check. I will also hide all...

I re-wrote the `Known Issue` section since it applies to some of these global warnings. I also enabled it in the regular build since these message might indicate reasons for...

Seems to be working as expected. Need to go over the documentation changes one more time and then it should be good to go.

FYI This happens very frequently in one of my installations. In the other one I have never seen this at all. Both are running the same CLion, Cppcheck and plugin...

Looking at the plugin there is no special handling for `isOnTheFly` i.e. on the fly editor highlighting. Just grazing over the interface and some other plugins in the `intellij-community` repo...

Just got a reply from a CLion developer about this: ``` The stack trace looks like it's an IntelliJ platform issue - I've seen it somewhere else as well, will...

I haven't come across this issue in quite a while but it only happened in a installation I am no longer using. So I am gonna keep this open for...

This syntax error is a bug in Cppcheck. Also Cppcheck is built to being able to handle incomplete and invalid code. There's also cases where it could be caused by...

A preview of the fix I am currently testing: ![image](https://user-images.githubusercontent.com/242857/158177969-f88bbb7a-2190-4c9d-8dc8-1a0da4d4e1d4.png) I am not sure if you can put links in such in messages. Being able to directly jump to the...