[all-commits] [llvm/llvm-project] 976465: [ADT] Use `adl_being`/`end` in `hasSingleElement` ...
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Sun Mar 9 14:08:29 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9764659fb4ae8b3ecaa8e462dde94b742d113b93
https://github.com/llvm/llvm-project/commit/9764659fb4ae8b3ecaa8e462dde94b742d113b93
Author: Jakub Kuderski <jakub at nod-labs.com>
Date: 2025-03-09 (Sun, 09 Mar 2025)
Changed paths:
M llvm/include/llvm/ADT/STLExtras.h
M llvm/unittests/ADT/STLExtrasTest.cpp
Log Message:
-----------
[ADT] Use `adl_being`/`end` in `hasSingleElement` (#130506)
This is to make sure that ADT helpers consistently use argument
dependent lookup when dealing with input ranges.
This was a part of #87936 but reverted due to buildbot failures. Now
that I have a threadripper system, I'm landing this piece-by-piece.
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