Oliver Stöneberg
Oliver Stöneberg
Without the lines the files will only change if the actual strings change and can properly be committed instead of doing the non-sensical task of just updating them right before...
> I basically approve this.. however well I assume that theoretically it could cause problems if a ui file would contain the same string in english in two places and...
This is in preparation of avoiding `unmatchedSuppression` with `premium-*` suppressions - see https://trac.cppcheck.net/ticket/13663. It also gets rid of loading the `cppcheck.cfg` twice into the settings.
Looks like this is already complete. I did not check if the non-premium and premium CLI flags are correctly working with each other. I think it is fine to assume...
Requires #7891 to be merged first.
Anything still to do here? I have several follow-ups lined up.
Very WIP. Will require some changes to `CmdLineParser` first which I will pull out into separate PRs.
Will take a look later. That also lacks support for `c++latest` and `clatest`: https://learn.microsoft.com/en-us/cpp/build/reference/std-specify-language-standard-version?view=msvc-170. The note about `__cplusplus` is also interesting. And it also has `_MSVC_LANG` as equivalent. Stupid quirks...
I will take a look after I finished up #6742 but that still requires some work as it exposes additional issues. So give it a day or two (or a...
I have similar code which deals with the language. I guess the basic logic can be re-used/combined from the changes.