[all-commits] [llvm/llvm-project] a2438c: [ADT] Use range-based helper functions in SmallSet
Victor Campos via All-commits
all-commits at lists.llvm.org
Fri Sep 13 08:20:30 PDT 2024
Branch: refs/heads/users/vhscampos/smallset-range-based-functions
Home: https://github.com/llvm/llvm-project
Commit: a2438ce9a61d8e80aa32fa58ca5368a64deacd52
https://github.com/llvm/llvm-project/commit/a2438ce9a61d8e80aa32fa58ca5368a64deacd52
Author: Victor Campos <victor.campos at arm.com>
Date: 2024-09-13 (Fri, 13 Sep 2024)
Changed paths:
M llvm/include/llvm/ADT/SmallSet.h
Log Message:
-----------
[ADT] Use range-based helper functions in SmallSet
Replace code that relies on iterators by LLVM helper functions that take
ranges. This makes the code simpler and more readable.
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