[all-commits] [llvm/llvm-project] 40457f: [llvm][ADT] Make ImmutableList conform the fwd ite...
Balázs Benics via All-commits
all-commits at lists.llvm.org
Wed Jun 10 02:32:29 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 40457f351f1dd9edda9679a6c63b48c7c73dcb4c
https://github.com/llvm/llvm-project/commit/40457f351f1dd9edda9679a6c63b48c7c73dcb4c
Author: Balázs Benics <benicsbalazs at gmail.com>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp
M llvm/include/llvm/ADT/ImmutableList.h
M llvm/unittests/ADT/ImmutableListTest.cpp
Log Message:
-----------
[llvm][ADT] Make ImmutableList conform the fwd iterator concept (#202580)
We missed post increment and a couple of typedefs. This would enable
llvm algorithms like filter_range, etc.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list