Oliver Stöneberg

Results 331 issues of Oliver Stöneberg

```cpp static int bar(int t) { const int buf[3]= {0}; return buf[t]; } static int f(void) { int t; return bar((t=5)); } int main(void) { f(); } ``` The code...

bug

Currently we do not enable the handling of inline suppressions by default. We should enable this since it just makes sense and also to avoid unexpected warnings from already annotated...

enhancement

This should prevent the client script from exiting in some cases of a single connection issue.

Extracted from #4325. This is the first step in getting rid of hard-coded platforms and should have no effect at all beside making it consistent (and uncovering issues).

Scanning `mame_regtest` with `--enable=all --inconclusive` and `DISABLE_VALUEFLOW=1`: Clang 14 `2,082,292,106` -> `2,073,152,473` Clang 14 `1,829,061,568` -> `1,766,615,436` (with Boost 1.74)