[clang] [clang-tools-extra] [clang-tidy] Add support for use-after-suspend to bugprone-use-after-move (PR #172566)

Yanzuo Liu via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 8 06:14:47 PST 2026


================
@@ -271,3 +297,17 @@ Options
   argument (``*this``) is considered to be reinitialized. For non-member or
   static member functions, the first argument is considered to be
   reinitialized. Default value is an empty string.
+
+.. option:: Awaitables
----------------
zwuis wrote:

Can we reference [cppreference](https://en.cppreference.com/w/cpp/language/coroutines.html#co_await) to give precise meaning of _awaitable_?

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


More information about the cfe-commits mailing list