[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:26 PDT 2023
================
@@ -180,6 +180,12 @@ New checks
Detects C++ code where a reference variable is used to extend the lifetime
of a temporary object that has just been constructed.
+- New :doc:`misc-coroutine-hostile-raii
----------------
EugeneZelenko wrote:
Please keep alphabetical order (by check name) in this section.
https://github.com/llvm/llvm-project/pull/68738
More information about the cfe-commits
mailing list