<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/libcxx/www/cxx2a_status.html, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2019-11-14T23:12:34+00:00</updated>
<entry>
<title>[libc++] [P0920] [P1661] Update status page.</title>
<updated>2019-11-14T23:12:34+00:00</updated>
<author>
<name>Marek Kurdej</name>
<email>marek@quasardb.net</email>
</author>
<published>2019-11-14T23:12:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=76ac1660f7671d0707864e551e2e39c98ac02907'/>
<id>urn:sha1:76ac1660f7671d0707864e551e2e39c98ac02907</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[libc++][P1872] span should have size_type, not index_type.</title>
<updated>2019-11-14T14:07:05+00:00</updated>
<author>
<name>Louis Dionne</name>
<email>ldionne@apple.com</email>
</author>
<published>2019-11-14T14:07:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=1466335cf4b2854a0be1defcf279fe50772bad6f'/>
<id>urn:sha1:1466335cf4b2854a0be1defcf279fe50772bad6f</id>
<content type='text'>
Thanks to Marek Kurdej for the patch.

Differential Revision: https://reviews.llvm.org/D70206
</content>
</entry>
<entry>
<title>[libc++] [P1612] Add missing feature-test macro __cpp_lib_endian.</title>
<updated>2019-11-14T13:55:19+00:00</updated>
<author>
<name>Louis Dionne</name>
<email>ldionne@apple.com</email>
</author>
<published>2019-11-14T13:54:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=8b77a3a0f4ef8c2cda3a0437fe54e2c2ecef1b17'/>
<id>urn:sha1:8b77a3a0f4ef8c2cda3a0437fe54e2c2ecef1b17</id>
<content type='text'>
Thanks to Marek Kurdej for the patch.

Differential Revision: https://reviews.llvm.org/D70221
</content>
</entry>
<entry>
<title>libc++ status page: Fix HTML.</title>
<updated>2019-11-13T21:51:29+00:00</updated>
<author>
<name>Marek Kurdej</name>
<email>marek@quasardb.net</email>
</author>
<published>2019-11-13T21:51:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=d94f63758a6920f139a6eb719b20dd1bbac5484a'/>
<id>urn:sha1:d94f63758a6920f139a6eb719b20dd1bbac5484a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libc++ status page: New papers and issues adopted in Belfast</title>
<updated>2019-11-11T08:13:05+00:00</updated>
<author>
<name>marshall</name>
<email>mclow.lists@gmail.com</email>
</author>
<published>2019-11-10T13:44:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=2f4fb200b6befeb4ff884d5dc46c66ce3ffd9bfc'/>
<id>urn:sha1:2f4fb200b6befeb4ff884d5dc46c66ce3ffd9bfc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[libc++] Take 2: Implement LWG 3158</title>
<updated>2019-09-27T15:06:52+00:00</updated>
<author>
<name>Louis Dionne</name>
<email>ldionne@apple.com</email>
</author>
<published>2019-09-27T15:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=59e26308e60a08a5a4534ba827744564c71d7aff'/>
<id>urn:sha1:59e26308e60a08a5a4534ba827744564c71d7aff</id>
<content type='text'>
Summary:
LWG 3158 marks the allocator_arg_t constructor of std::tuple as
conditionnally explicit based on whether the default constructors
of the tuple's members are explicitly default constructible.

This was previously committed as r372778 and reverted in r372832 due to
the commit breaking LLVM's build in C++14 mode. This issue has now been
addressed.

Reviewers: mclow.lists

Subscribers: christof, jkorous, dexonsmith, libcxx-commits

Tags: #libc

Differential Revision: https://reviews.llvm.org/D65232

llvm-svn: 373092
</content>
</entry>
<entry>
<title>Revert r372777: [libc++] Implement LWG 2510 and its follow-ups</title>
<updated>2019-09-25T09:10:38+00:00</updated>
<author>
<name>Ilya Biryukov</name>
<email>ibiryukov@google.com</email>
</author>
<published>2019-09-25T09:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=a3d337a9a7d00d82bb190c5e551181d3998f6b98'/>
<id>urn:sha1:a3d337a9a7d00d82bb190c5e551181d3998f6b98</id>
<content type='text'>
This also reverts:
 - r372778: [libc++] Implement LWG 3158
 - r372782: [libc++] Try fixing tests that fail on GCC 5 and older
 - r372787: Purge mentions of GCC 4 from the test suite

Reason: the change breaks compilation of LLVM with libc++, for details see
http://lists.llvm.org/pipermail/libcxx-dev/2019-September/000599.html

llvm-svn: 372832
</content>
</entry>
<entry>
<title>[libc++] Implement LWG 3158</title>
<updated>2019-09-24T20:22:34+00:00</updated>
<author>
<name>Louis Dionne</name>
<email>ldionne@apple.com</email>
</author>
<published>2019-09-24T20:22:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=e9e1c88ed95040c6dd47c8d818ad08d0286fd00b'/>
<id>urn:sha1:e9e1c88ed95040c6dd47c8d818ad08d0286fd00b</id>
<content type='text'>
Summary:
LWG 3158 marks the allocator_arg_t constructor of std::tuple as
conditionnally explicit based on whether the default constructors
of the tuple's members are explicitly default constructible.

Reviewers: EricWF, mclow.lists

Subscribers: christof, jkorous, dexonsmith, libcxx-commits

Tags: #libc

Differential Revision: https://reviews.llvm.org/D65232

llvm-svn: 372778
</content>
</entry>
<entry>
<title>Update c++2a status page with post-Cologne information</title>
<updated>2019-07-22T15:13:14+00:00</updated>
<author>
<name>Marshall Clow</name>
<email>mclow.lists@gmail.com</email>
</author>
<published>2019-07-22T15:13:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=6e9dfc499dde1b0ea957dccdb14b1c27662a0494'/>
<id>urn:sha1:6e9dfc499dde1b0ea957dccdb14b1c27662a0494</id>
<content type='text'>
llvm-svn: 366696
</content>
</entry>
<entry>
<title>Add contains method to associative containers. This patch implements P0458R2, adding contains to map, multimap, unordered_map, unordered_multimap, set, multiset, unordered_set, and unordered_multiset.</title>
<updated>2019-07-16T03:21:01+00:00</updated>
<author>
<name>Zoe Carver</name>
<email>z.zoelec2@gmail.com</email>
</author>
<published>2019-07-16T03:21:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=a17b1aed6ab205515adc31d19e953635e563e5c4'/>
<id>urn:sha1:a17b1aed6ab205515adc31d19e953635e563e5c4</id>
<content type='text'>
llvm-svn: 366170
</content>
</entry>
</feed>
