Louis Dionne
|
6b77ebdc91
|
[NFC] Strip trailing whitespace from libc++
|
2019-10-23 11:19:19 -07:00 |
Casey Carter
|
689ce81059
|
[libc++][NFC] Remove excess trailing newlines from most files
Testing git commit access.
|
2019-10-23 08:08:57 -07:00 |
Marshall Clow
|
7fc6a55688
|
Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.
llvm-svn: 362252
|
2019-05-31 18:35:30 +00:00 |
Marshall Clow
|
e1cd11d80f
|
Fix a minor bug with std::next and prev not and negative numbers. In particular, std::prev cannot require Bidirectional Iterators, because you might 'go back' -1 places, which goes forward. Thanks to Ville and Jonathan for the bug report.
llvm-svn: 356818
|
2019-03-22 22:32:20 +00:00 |