Static checker updates.
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.