Oliver Stöneberg

Results 331 issues of Oliver Stöneberg

This is basically a proper fix for `--check-library` displaying things unlike the quick fix I did in 7c5015d54e422b02d58452d958f1c359056236c1 which introduced additional `information` and `missingInclude` ('information' includes that) checks and messages...

Using the `unusedFunction` self-check for profiling gives us a very basic case which involves the core functionality without the valueflow or most of the checks which should be a pretty...

This is the first of two PR introducing the usage of `SmallVector` in our code. I adjusted the value locally based on profiling it with `callgrind`. When using Clang and...

We should specify and properly check the tooling we (cl)aim to support. Please feel free to post any additions/omissions as well as opinions and open talking points. At the end...

There are various hard-coded lists of these across the code. Some of them are even incomplete, contain non-keywords or attribute keywords to a standard they do not belong to. This...

The cleanups without the `SmallVector` usage somehow cause a performance regression I still need to look into.