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

Utkarsh Saxena via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 15 06:23:40 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"
----------------
usx95 wrote:

Removed.

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


More information about the cfe-commits mailing list