[all-commits] [llvm/llvm-project] 7e325d: [libc++][NFC] Remove unused include in <compare>.
Kent Ross via All-commits
all-commits at lists.llvm.org
Thu Aug 19 16:14:30 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7e325d4c0c2fbdf48cb7185bfa694d4cac073622
https://github.com/llvm/llvm-project/commit/7e325d4c0c2fbdf48cb7185bfa694d4cac073622
Author: Kent Ross <k at mad.cash>
Date: 2021-08-19 (Thu, 19 Aug 2021)
Changed paths:
M libcxx/include/compare
Log Message:
-----------
[libc++][NFC] Remove unused include in <compare>.
`<type_traits>` was included in the first iteration of `<compare>` when
it was created as a monolithic header, then never removed. Removing it
now is a beneficial no-op since it is not guaranteed by the standard
and is already included by all of its subheaders.
Reviewed By: cjdb, #libc, Quuxplusone
Differential Revision: https://reviews.llvm.org/D107801
Commit: 81507bcf6b35801beaeefa77cc1b0148e56fac36
https://github.com/llvm/llvm-project/commit/81507bcf6b35801beaeefa77cc1b0148e56fac36
Author: Kent Ross <k at mad.cash>
Date: 2021-08-19 (Thu, 19 Aug 2021)
Changed paths:
A libcxx/docs/Status/Spaceship.rst
A libcxx/docs/Status/SpaceshipPapers.csv
A libcxx/docs/Status/SpaceshipProjects.csv
M libcxx/docs/index.rst
Log Message:
-----------
[libc++] [doc] Add issue tracking for spaceship operator<=> implementation
Add issue tracking and assignment for the implementation of P1614R2: The Mothership has Landed.
Reviewed By: cjdb, #libc, Mordante, Quuxplusone
Differential Revision: https://reviews.llvm.org/D107877
Commit: 0edcd91d11d912467a78a3220caf5fedc46d4d69
https://github.com/llvm/llvm-project/commit/0edcd91d11d912467a78a3220caf5fedc46d4d69
Author: Kent Ross <k at mad.cash>
Date: 2021-08-19 (Thu, 19 Aug 2021)
Changed paths:
M libcxx/CREDITS.TXT
Log Message:
-----------
[libc++][NFC] Update and alphabetize CREDITS.TXT
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D108263
Compare: https://github.com/llvm/llvm-project/compare/be6c49e743d5...0edcd91d11d9
More information about the All-commits
mailing list