[clang-tools-extra] [clang-tidy] Add check to diagnose coroutine-hostile RAII objects (PR #68738)

Piotr Zegar via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 11 06:33:24 PDT 2023


================
@@ -0,0 +1,48 @@
+.. title:: clang-tidy - misc-coroutine-hostile-raii
+
+misc-coroutine-hostile-raii
+====================
+
+This check detects hostile-RAII objects which should not persist across a 
----------------
PiotrZSL wrote:

first paragraph in documentation should be same as on in release notes and as in .hpp file for a class description

https://github.com/llvm/llvm-project/pull/68738


More information about the cfe-commits mailing list