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

via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 11 07:45:24 PDT 2023


================
@@ -0,0 +1,82 @@
+//===--- CoroutineSuspensionHostileCheck.cpp - clang-tidy --------------===//
----------------
EugeneZelenko wrote:

Please make it same length as line at the end of comment block.

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


More information about the cfe-commits mailing list