<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/lldb/docs/structured_data, 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-03-06T21:22:25+00:00</updated>
<entry>
<title>Pass ConstString by value (NFC)</title>
<updated>2019-03-06T21:22:25+00:00</updated>
<author>
<name>Adrian Prantl</name>
<email>aprantl@apple.com</email>
</author>
<published>2019-03-06T21:22:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=0e4c482124f098957fc13bcfbabc36775dd190ab'/>
<id>urn:sha1:0e4c482124f098957fc13bcfbabc36775dd190ab</id>
<content type='text'>
My apologies for the large patch. With the exception of ConstString.h
itself it was entirely produced by sed.

ConstString has exactly one const char * data member, so passing a
ConstString by reference is not any more efficient than copying it by
value. In both cases a single pointer is passed. But passing it by
value makes it harder to accidentally return the address of a local
object.

(This fixes rdar://problem/48640859 for the Apple folks)

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

llvm-svn: 355553
</content>
</entry>
<entry>
<title>Small tweaks to the markup in StructuredDataPlugins.</title>
<updated>2016-12-13T05:59:24+00:00</updated>
<author>
<name>Jason Molenda</name>
<email>jmolenda@apple.com</email>
</author>
<published>2016-12-13T05:59:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=6546b9a209603f1b598f41d4db8264921d78b576'/>
<id>urn:sha1:6546b9a209603f1b598f41d4db8264921d78b576</id>
<content type='text'>
llvm-svn: 289520
</content>
</entry>
<entry>
<title>Touch-up the markup of the DarwinLog.md documentation.</title>
<updated>2016-12-13T05:54:17+00:00</updated>
<author>
<name>Jason Molenda</name>
<email>jmolenda@apple.com</email>
</author>
<published>2016-12-13T05:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=30011bf4a88e11fa9df061716a0c85d6ac44c5d2'/>
<id>urn:sha1:30011bf4a88e11fa9df061716a0c85d6ac44c5d2</id>
<content type='text'>
llvm-svn: 289518
</content>
</entry>
<entry>
<title>Add StructuredData plugin type; showcase with new DarwinLog feature</title>
<updated>2016-08-19T04:21:48+00:00</updated>
<author>
<name>Todd Fiala</name>
<email>todd.fiala@gmail.com</email>
</author>
<published>2016-08-19T04:21:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=759300192abe8e38e8a40ab95934ba602a78c252'/>
<id>urn:sha1:759300192abe8e38e8a40ab95934ba602a78c252</id>
<content type='text'>
Take 2, with missing cmake line fixed.  Build tested on
Ubuntu 14.04 with clang-3.6.

See docs/structured_data/StructuredDataPlugins.md for details.

differential review: https://reviews.llvm.org/D22976

reviewers: clayborg, jingham
llvm-svn: 279202
</content>
</entry>
<entry>
<title>Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"</title>
<updated>2016-08-19T03:03:58+00:00</updated>
<author>
<name>Todd Fiala</name>
<email>todd.fiala@gmail.com</email>
</author>
<published>2016-08-19T03:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=a07e4a8352562f0d63191ed76a152166e14bb268'/>
<id>urn:sha1:a07e4a8352562f0d63191ed76a152166e14bb268</id>
<content type='text'>
This reverts commit 1d885845d1451e7b232f53fba2e36be67aadabd8.

llvm-svn: 279200
</content>
</entry>
<entry>
<title>Add StructuredData plugin type; showcase with new DarwinLog feature</title>
<updated>2016-08-19T02:52:07+00:00</updated>
<author>
<name>Todd Fiala</name>
<email>todd.fiala@gmail.com</email>
</author>
<published>2016-08-19T02:52:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=aef7de8492f482254b6bf8d61430ccfd5cda1199'/>
<id>urn:sha1:aef7de8492f482254b6bf8d61430ccfd5cda1199</id>
<content type='text'>
See docs/structured_data/StructuredDataPlugins.md for details.

differential review: https://reviews.llvm.org/D22976

reviewers: clayborg, jingham
llvm-svn: 279198
</content>
</entry>
</feed>
