[clang] [coroutines][coro_lifetimebound] Detect lifetime issues with lambda captures (PR #77066)

Chuanqi Xu via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 14 19:31:18 PST 2024


================
@@ -33,6 +34,7 @@
 #include "llvm/ADT/SmallString.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/StringExtras.h"
+#include "llvm/Support/Casting.h"
----------------
ChuanqiXu9 wrote:

Maybe we don't need this?

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


More information about the cfe-commits mailing list