-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
Hi,
I would like to perform static analysis of thread safety on a Qt-based codebase, using the thread safety analysis available in both GCC[1] and LLVM[2] (see example "mutex.h" at the bottom).
To that end, I'd like to propose adding these annotations to QMutex class and related classes (e.g. QMutexLocker).
Thanks for your consideration!
[1] https://gcc.gnu.org/wiki/ThreadSafetyAnnotation
[2] http://clang.llvm.org/docs/ThreadSafetyAnalysis.html