Skip to content

CheckerGccPlugins: Thread checker updates.

Scott Snyder requested to merge ssnyder/atlasexternals:checkers-20170814 into master

The check for discarding const in a function call was giving a false positive for the case of a non-const reference binding to a pointer to a const object.

Don't warn about a mutable std::recursive_mutex.

Merge request reports

Loading