================
@@ -0,0 +1,49 @@
+.. title:: clang-tidy - misc-coroutine-hostile-raii
+
+misc-coroutine-hostile-raii
+====================
+
+Detects when objects of certain hostile RAII types persists across suspension 
points in a coroutine.
+Such hostile types include scoped-lockable types and types belonging to a 
configurable denylist.
----------------
PiotrZSL wrote:

Wrap this by 80 column limit.

https://github.com/llvm/llvm-project/pull/68738
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to