Skip to content

checker updates

gcc checker updates:

Don't emit thread-safety warnings about calls to COOL.

Fix a false positive in the `using' placement checker that could occur with a lambda within a template instantiation.

warning_at() returns false if the warning was suppressed, for example by -isystem. In such a case, we shouldn't be calling inform().

Merge request reports