Oliver Stöneberg

Results 1147 comments of Oliver Stöneberg

Still some some cases to resolve which are not straight forward to fix. There also appears to be at least one conflict which a global variable with the same name...

You are fast. This was just posted to get a beat on on the prefix and if the duplicated instances might be a bug. I will take a look later...

> Ready for review? Not yet. Still need to cleanup/squash some of the commits.

@pfultz2 Please have a look. I obviously have no idea what I am doing. The printing of the tokens we pass to `isAliasOf()` in `isExpressionChangedAt()` shows something like this: ```...

> I dont really have a context of what you are trying to do here, but it is definitely problematic. I want to reduce the amount of calls to `isAliasOf()`...

We did things wrong and doing it right somehow doesn't really work although it should. The Qt documentation is unfortunately not helpful on the surface because you are supposed to...

> Sure, but #7658 doesn't change that. That is not clear because I haven't gotten this to work yet and did not try your changes on top. > #7658 works...

Since `simplecpp.cpp` is standalone and not too small it makes for a good file to run on. It does not contain much modern code at the moment but I still...

I understand that but we need something like this. The test coverage is not enough and this makes e.f. ValueFlow optimization work safer. I had several cases where the output...

See https://github.com/danmar/cppcheck/pull/7768#issuecomment-3290533566 for a case where this found a subtle bug I would have introduced.