Billy Robert O'Neal III
|
83252766f9
|
Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.llvm.org/D39033
llvm-svn: 318276
|
2017-11-15 07:40:37 +00:00 |
Marshall Clow
|
b707e7f391
|
Fix bug 33389 - __is_transparent check requires too much
llvm-svn: 305292
|
2017-06-13 14:34:58 +00:00 |
Asiri Rathnayake
|
981986cdfc
|
[libcxx] Fix c++98 test failures.
Adds XFAIL/UNSUPPORTED lit tags as appropriate. Gets a clean test run
for -std=c++98 on Fedora 20.
NFC.
llvm-svn: 271741
|
2016-06-03 21:40:03 +00:00 |
Eric Fiselier
|
d04c685168
|
Remove trailing whitespace in test suite. Approved by Marshall Clow.
llvm-svn: 271435
|
2016-06-01 21:35:39 +00:00 |
Marshall Clow
|
f8457a0735
|
Add tests for LWG#2299. While doing so, I noticed that the tests we have for the transparent comparators don't actually call them. Fix those tests, too. Now one of them is failing, due to a missing const in <map>. Add that (twice). Next step is to do the same for <unordered_map>
llvm-svn: 241091
|
2015-06-30 18:15:41 +00:00 |