[all-commits] [llvm/llvm-project] b3ab3b: [libc++] Implement `operator<=>` for `filesystem::...
Adrian Vogelsgesang via All-commits
all-commits at lists.llvm.org
Thu Aug 18 14:14:13 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b3ab3bece0bf1d441518b7d3b1294cb72445cb0f
https://github.com/llvm/llvm-project/commit/b3ab3bece0bf1d441518b7d3b1294cb72445cb0f
Author: Adrian Vogelsgesang <avogelsgesang at tableau.com>
Date: 2022-08-18 (Thu, 18 Aug 2022)
Changed paths:
M libcxx/docs/Status/SpaceshipProjects.csv
M libcxx/include/__filesystem/path.h
M libcxx/include/filesystem
M libcxx/test/std/input.output/filesystems/class.path/path.member/path.compare.pass.cpp
Log Message:
-----------
[libc++] Implement `operator<=>` for `filesystem::path`
Implements part of P1614R2 "The Mothership has Landed"
Differential Revision: https://reviews.llvm.org/D130859
More information about the All-commits
mailing list