summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics/bit
Commit message (Collapse)AuthorAgeFilesLines
* [libcxx][NFC] Strip trailing whitespace, fix typo.Stephan T. Lavavej2019-10-238-16/+16
|
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-2311-51/+51
|
* Implement most of P1612R1: Relocate endian. Moves the std::endian ↵Marshall Clow2019-07-231-0/+49
| | | | | | functionality from 'type-traits' to 'bit'. No other change. The reason that this is 'partial' is that P1621 also recommends a feature-test macro, but I don't have the value for that one yet. In a month or so, I'll add that llvm-svn: 366776
* Bit Operations: P0556, P0553 and P1355. Reviewed as: ↵Marshall Clow2019-07-0113-0/+1904
https://reviews.llvm.org/D51262 llvm-svn: 364862
OpenPOWER on IntegriCloud