[clang] [llvm] [llvm][ADT] Make ImmutableList conform the fwd iterator concept (PR #202580)

Balázs Benics via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 10 01:16:38 PDT 2026


================
@@ -7,7 +7,11 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/ADT/ImmutableList.h"
+#include "llvm/ADT/STLExtras.h"
----------------
steakhal wrote:

Added in https://github.com/llvm/llvm-project/pull/202580/commits/4f01e411a6c7466759494cf43bb9f81344ea9351

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


More information about the cfe-commits mailing list