[all-commits] [llvm/llvm-project] 37f871: [ADT] Implement ArrayRef::operator< and other comp...
Jay Foad via All-commits
all-commits at lists.llvm.org
Tue Jul 8 01:23:52 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 37f87194ed060481ff0d361a74ae3b60b7b3667d
https://github.com/llvm/llvm-project/commit/37f87194ed060481ff0d361a74ae3b60b7b3667d
Author: Jay Foad <jay.foad at amd.com>
Date: 2025-07-08 (Tue, 08 Jul 2025)
Changed paths:
M llvm/include/llvm/ADT/ArrayRef.h
M llvm/unittests/ADT/ArrayRefTest.cpp
Log Message:
-----------
[ADT] Implement ArrayRef::operator< and other comparisons (#147277)
Order ArrayRefs using std::lexicographical_compare, just like
std::vector and SmallVector.
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