alexfh wrote: Another one in https://github.com/PDB-REDO/libcifpp/blob/ac98531a2fc8daf21131faa0c3d73766efa46180/src/validate.cpp#L431: ``` src/validate.cpp:432:2: error: expecting mutex 'm_mutex' to be held at start of each loop [-Werror,-Wthread-safety-analysis] 431 | try | ^ src/validate.cpp:434:19: note: mutex acquired here 433 | std::lock_guard lock(m_mutex); | ^ ```
https://github.com/llvm/llvm-project/pull/183194 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
