Skip to content

Static checker updates.

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

The thread-safety checker warns about the use of statically-allocated variables. However, it it wasn't catching the case where the variable was declared as extern. Fixed.

Extend naming checker to ignore some names from QT code, both from the QT library and generated code.

Don't warn on calls to methods of mutable atomics.

Merge request reports