[all-commits] [llvm/llvm-project] 7770d8: [ADT] Use `adl_begin`/`adl_end` in `make_filter_ra...
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Mon Mar 10 09:13:57 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7770d8f2256ba051296fe659b62145ef53027c5a
https://github.com/llvm/llvm-project/commit/7770d8f2256ba051296fe659b62145ef53027c5a
Author: Jakub Kuderski <jakub at nod-labs.com>
Date: 2025-03-10 (Mon, 10 Mar 2025)
Changed paths:
M llvm/include/llvm/ADT/STLExtras.h
M llvm/unittests/ADT/IteratorTest.cpp
Log Message:
-----------
[ADT] Use `adl_begin`/`adl_end` in `make_filter_range` (#130512)
This is to make sure that ADT helpers consistently use argument
dependent lookup when dealing with input ranges.
This was a part of https://github.com/llvm/llvm-project/pull/87936 but
reverted due to buildbot failures.
Also fix potential issue with double-move on the input range.
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