<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/libcxx/include/compare, 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-01-19T10:56:40+00:00</updated>
<entry>
<title>Update more file headers across all of the LLVM projects in the monorepo</title>
<updated>2019-01-19T10:56:40+00:00</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2019-01-19T10:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=57b08b0944046a6a57ee9b7b479181f548a5b9b4'/>
<id>urn:sha1:57b08b0944046a6a57ee9b7b479181f548a5b9b4</id>
<content type='text'>
to reflect the new license. These used slightly different spellings that
defeated my regular expressions.

We understand that people may be surprised that we're moving the header
entirely to discuss the new license. We checked this carefully with the
Foundation's lawyer and we believe this is the correct approach.

Essentially, all code in the project is now made available by the LLVM
project under our new license, so you will see that the license headers
include that license only. Some of our contributors have contributed
code under our old license, and accordingly, we have retained a copy of
our old license notice in the top-level files in each project and
repository.

llvm-svn: 351648
</content>
</entry>
<entry>
<title>[libc++] Declare &lt;compare&gt; operators with the proper visibility attribute</title>
<updated>2018-07-10T13:21:03+00:00</updated>
<author>
<name>Louis Dionne</name>
<email>ldionne@apple.com</email>
</author>
<published>2018-07-10T13:21:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=be4d99dd2138b27f5b3d3ddd200d3d0d02684762'/>
<id>urn:sha1:be4d99dd2138b27f5b3d3ddd200d3d0d02684762</id>
<content type='text'>
Summary:
Many operators in &lt;compare&gt; were _defined_ with the proper visibility attribute,
but they were _declared_ without any. This is not a problem until we change the
definition of _LIBCPP_INLINE_VISIBILITY to something that requires the
declaration to be decorated.

I also marked `strong_equality::operator weak_equality()` as
`_LIBCPP_INLINE_VISIBILITY`, since it seems like it had been forgotten.

This came up while trying to get rid of `__attribute__((__always_inline__))`
in favor of `__attribute__((internal_linkage))`.

Reviewers: EricWF, mclow.lists

Subscribers: christof, dexonsmith, llvm-commits

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

llvm-svn: 336665
</content>
</entry>
<entry>
<title>Use void() to create a void expression type</title>
<updated>2018-04-07T04:28:11+00:00</updated>
<author>
<name>Eric Fiselier</name>
<email>eric@efcs.ca</email>
</author>
<published>2018-04-07T04:28:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=d1324fdff005fd267630c004760a544dabad8357'/>
<id>urn:sha1:d1324fdff005fd267630c004760a544dabad8357</id>
<content type='text'>
llvm-svn: 329484
</content>
</entry>
<entry>
<title>Work around missing braces in init warning</title>
<updated>2018-04-07T01:28:54+00:00</updated>
<author>
<name>Eric Fiselier</name>
<email>eric@efcs.ca</email>
</author>
<published>2018-04-07T01:28:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=b12cc2003a2375cd3e207bb831930719d11521ab'/>
<id>urn:sha1:b12cc2003a2375cd3e207bb831930719d11521ab</id>
<content type='text'>
llvm-svn: 329474
</content>
</entry>
<entry>
<title>Implement P0768r1: Library support for the Spaceship Operator.</title>
<updated>2018-04-06T21:37:23+00:00</updated>
<author>
<name>Eric Fiselier</name>
<email>eric@efcs.ca</email>
</author>
<published>2018-04-06T21:37:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=0913ca197855626c93fdae4184ae80ff5a26503a'/>
<id>urn:sha1:0913ca197855626c93fdae4184ae80ff5a26503a</id>
<content type='text'>
this patch adds the &lt;compare&gt; header and implements all of it
except for [comp.alg].

As I understand it, the header is needed by the compiler in
when implementing the semantics of operator&lt;=&gt;. For that reason
I feel it's important to land this header early, despite
all compilers lacking support.

llvm-svn: 329460
</content>
</entry>
</feed>
