Oliver Stöneberg
Oliver Stöneberg
The upstream PR has been filed as https://github.com/danmar/simplecpp/pull/599.
Requires #8000 to be merged first.
Also need to add steps for Visual Studio.
Uncovered by adding `@throws` documentation to simplecpp: https://github.com/danmar/simplecpp/pull/600.
> can we discuss some builtin exceptions. If there is anything like `std::out_of_range` then I would prefer an internal error that points at the token. I don't see why we...
After using a fuzzer to trigger certain errors in another PR having a more narrow handling would allow you for undefined behavior but also unexpected errors. I also plan to...
This contains the changes required after https://github.com/danmar/simplecpp/pull/573 has landed. I still need to adjust the `simplecpp::Output` exception handling in `CppCheck::checkInternal()` which I will post as a separate PR.
Should merge #8036 first.
Ready.
This requires fixed input which isn't the case right now. Will be available after other selfcheck improvements.