<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/libcxx/test/containers/sequences/vector, 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>2014-12-20T01:40:03+00:00</updated>
<entry>
<title>Move test into test/std subdirectory.</title>
<updated>2014-12-20T01:40:03+00:00</updated>
<author>
<name>Eric Fiselier</name>
<email>eric@efcs.ca</email>
</author>
<published>2014-12-20T01:40:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=5a83710e371fe68a06e6e3876c6a2c8b820a8976'/>
<id>urn:sha1:5a83710e371fe68a06e6e3876c6a2c8b820a8976</id>
<content type='text'>
llvm-svn: 224658
</content>
</entry>
<entry>
<title>Added vector&lt;T&gt;::insert tests suggested by code coverage results</title>
<updated>2014-11-11T16:44:05+00:00</updated>
<author>
<name>Marshall Clow</name>
<email>mclow.lists@gmail.com</email>
</author>
<published>2014-11-11T16:44:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=862af58793fbe357723f368f5e9e8380368707b0'/>
<id>urn:sha1:862af58793fbe357723f368f5e9e8380368707b0</id>
<content type='text'>
llvm-svn: 221689
</content>
</entry>
<entry>
<title>[asan] Make vector asan annotations exception-friendly</title>
<updated>2014-09-02T23:43:38+00:00</updated>
<author>
<name>Kostya Serebryany</name>
<email>kcc@google.com</email>
</author>
<published>2014-09-02T23:43:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=3f0e834842b1423769e0b32fc4ad595a8cb3cc30'/>
<id>urn:sha1:3f0e834842b1423769e0b32fc4ad595a8cb3cc30</id>
<content type='text'>
Fix vector asan annotations with RAII.
Add a test.
Also, remove one dead function.
Review: http://reviews.llvm.org/D4170

llvm-svn: 216995
</content>
</entry>
<entry>
<title>Add Address Sanitizer support to std::vector</title>
<updated>2014-05-08T14:14:06+00:00</updated>
<author>
<name>Marshall Clow</name>
<email>mclow.lists@gmail.com</email>
</author>
<published>2014-05-08T14:14:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=5c520bd985ee51472d2396fe28a3ef8b30eb5a6c'/>
<id>urn:sha1:5c520bd985ee51472d2396fe28a3ef8b30eb5a6c</id>
<content type='text'>
llvm-svn: 208319
</content>
</entry>
<entry>
<title>Added tests to the sequence containers for for LWG Issue #2263. Comparing iterators and allocator pointers with different const-character. No changes to libc++</title>
<updated>2014-03-10T18:54:56+00:00</updated>
<author>
<name>Marshall Clow</name>
<email>mclow.lists@gmail.com</email>
</author>
<published>2014-03-10T18:54:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=9f607182862ec5dc170bc60703622f86456254ab'/>
<id>urn:sha1:9f607182862ec5dc170bc60703622f86456254ab</id>
<content type='text'>
llvm-svn: 203479
</content>
</entry>
<entry>
<title>Implement LWG 2193. Default constructors for standard library containers are explicit. Note that libc++ already did this for string/deque/forward_list/list/vector and the unordered containers; implement it for set/multiset/map/multimap. Add tests for all the containers. Two drive-by fixes as well: add a missing explicit in &lt;deque&gt;, and remove a tab that snuck into a container test. This issue is also LLVM bug 15724, and resolves it.</title>
<updated>2014-03-05T19:06:20+00:00</updated>
<author>
<name>Marshall Clow</name>
<email>mclow.lists@gmail.com</email>
</author>
<published>2014-03-05T19:06:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=78a87e8a683d155b5287c8b1a50eef1ab51d0438'/>
<id>urn:sha1:78a87e8a683d155b5287c8b1a50eef1ab51d0438</id>
<content type='text'>
llvm-svn: 202994
</content>
</entry>
<entry>
<title>LWG issue #2252: Add more tests for exception safety. No changes needed in the library</title>
<updated>2014-03-04T20:31:21+00:00</updated>
<author>
<name>Marshall Clow</name>
<email>mclow.lists@gmail.com</email>
</author>
<published>2014-03-04T20:31:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=d9e7cf3efd7cec5c82143baef8119dfd15988b87'/>
<id>urn:sha1:d9e7cf3efd7cec5c82143baef8119dfd15988b87</id>
<content type='text'>
llvm-svn: 202885
</content>
</entry>
<entry>
<title>Add a test to make sure that vector supports incomplete types</title>
<updated>2014-02-13T17:56:12+00:00</updated>
<author>
<name>Marshall Clow</name>
<email>mclow.lists@gmail.com</email>
</author>
<published>2014-02-13T17:56:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=cdf2fae6103e75104ee98285272fdf9008abf0df'/>
<id>urn:sha1:cdf2fae6103e75104ee98285272fdf9008abf0df</id>
<content type='text'>
llvm-svn: 201349
</content>
</entry>
<entry>
<title>Found six (nmostly) identical files named 'test_allocator.h' in the libcxx test suite. Moved one to /support, made it a superset, and removed all but one of the others, and iupdated all the includes. Left the odd one (thread/futures/test_allocator.h) for later.</title>
<updated>2013-12-03T00:18:10+00:00</updated>
<author>
<name>Marshall Clow</name>
<email>mclow.lists@gmail.com</email>
</author>
<published>2013-12-03T00:18:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=c3deeb5f89f0fa733e4e2c4d260d6f816d6b1b5e'/>
<id>urn:sha1:c3deeb5f89f0fa733e4e2c4d260d6f816d6b1b5e</id>
<content type='text'>
llvm-svn: 196174
</content>
</entry>
<entry>
<title>Found two identical files named 'DefaultOnly.h' in the libcxx test suite. Moved one to /support, removed the other, and iupdated all the includes. No functionality change</title>
<updated>2013-12-02T17:00:56+00:00</updated>
<author>
<name>Marshall Clow</name>
<email>mclow.lists@gmail.com</email>
</author>
<published>2013-12-02T17:00:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=a26fcc7989405df40ba181bd13678cab6f651723'/>
<id>urn:sha1:a26fcc7989405df40ba181bd13678cab6f651723</id>
<content type='text'>
llvm-svn: 196118
</content>
</entry>
</feed>
