[all-commits] [llvm/llvm-project] 254986: [libc++][spaceship] Implement `operator<=>` for `a...
Hristo Hristov via All-commits
all-commits at lists.llvm.org
Mon May 8 07:03:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 254986d2df8d8407b46329e452c16748d29ed4cd
https://github.com/llvm/llvm-project/commit/254986d2df8d8407b46329e452c16748d29ed4cd
Author: Hristo Hristov <zingam at outlook.com>
Date: 2023-05-08 (Mon, 08 May 2023)
Changed paths:
M libcxx/docs/Status/Cxx20Issues.csv
M libcxx/docs/Status/SpaceshipProjects.csv
M libcxx/include/array
R libcxx/test/std/containers/sequences/array/compare.fail.cpp
M libcxx/test/std/containers/sequences/array/compare.pass.cpp
A libcxx/test/std/containers/sequences/array/compare.three_way.pass.cpp
A libcxx/test/std/containers/sequences/array/compare.three_way.verify.cpp
A libcxx/test/std/containers/sequences/array/compare.verify.cpp
M libcxx/test/support/test_container_comparisons.h
Log Message:
-----------
[libc++][spaceship] Implement `operator<=>` for `array`
Implements part of P1614R2 "The Mothership has Landed"
Reviewed By: Mordante, #libc, philnik
Differential Revision: https://reviews.llvm.org/D132265
More information about the All-commits
mailing list