Oliver Stöneberg
Oliver Stöneberg
If this actually overflows should the overflow be more "controlled" so the result does not flip? Is this a case like https://trac.cppcheck.net/ticket/9994 where the value actually should be 128-bit? Or...
This breaks `cppcheck-gui` since it relies on the built-in platforms. Seems I need to change everything first and create smaller parts from that. Since I just wanted to get my...
The build fails because of ``` lib/tokenize.cpp:3470:15: error: The 'emplace' function shall be avoided for now. It is not available e.g. in Slackware [14](https://github.com/danmar/cppcheck/runs/7721081075?check_suite_focus=true#step:10:15).0. 'emplace_back' is fine. [internalStlUsage] mScopeInfo.emplace(/*std::vector()*/); ^...
There's still some polishing needed and I need to finish the version handling. Also some documentation is needed. Integrating it better with the bisect script from #4286 also seems to...
> Maybe `binbisect`? It does not bisect anything. It just iterated over a list of executables. That would be a sub-functionality like actual diff. Finding out between which versions it...
I decided to name it `triage.py` which seems to make more sense given the future integration with things like bisect and reduce as well as daca. I will also look...
There's also some other tools in the `tools` (like the `times` stuff) folder which could probably be merged into this.
I think this is now fine for a first version to commit. So please review now. I keep this as draft until it is approved since I currently removed all...
@chrchr-github @danmar This appears to be quite stable now (I had not have to make adjustments for a week now) and I would like to get it merged - so...
> It would be nice to rename this to `triage_version.py`. As it would be nice to have a `triage.py` script in the future to handle the daca@home debugging as the...