Oliver Stöneberg

Results 331 issues of Oliver Stöneberg

There are some internal caches which are used to boost performance. Unfortunately they are not only platform-dependent and very obtuse but they are also utilizing global objects which can lead...

```cpp fi if; // ``` (The empty line is intentional or it will be shown as a global error) ``` scratch_3.cpp:1:4: error: syntax error [syntaxError] fi if; ^ ``` ![Image](https://github.com/user-attachments/assets/c3354473-57ce-4841-890a-2ba4f41f1d08)...

bug

During editing the IDE will regularly show an error (mostly originating from incomplete code like missing braces) which no longer applies to the current content of the file. Further modifications...

bug

```xml ``` This message requires `--debug` to be shown.

bug

Currently Cppcheck is being executed without any jobs specified meaning that everything is being done within a single thread. So in case something causes the application to terminate prematurely you...

enhancement

As outlined in https://google.github.io/oss-fuzz/faq/#why-do-you-require-a-google-account-for-authentication you need a Google account for authentication. It seems the documentation falls short since you actually also need a `@gmail.com` address which was mentioned in other...