================ @@ -305,6 +337,16 @@ deadlock can occur if the function acquires the mutex a second time. mu.Unlock(); } + void exclude(MutexLocker& scope LOCKS_EXCLUDED(mu)){ ---------------- aaronpuchert wrote:
```suggestion void exclude(MutexLocker& scope LOCKS_EXCLUDED(mu)) { ``` https://github.com/llvm/llvm-project/pull/110523 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits