summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [libc++] Mark CTAD tests as not failing on AppleClang 10.0.1Louis Dionne2019-09-231-1/+1
| | | | | | They do fail on AppleClang 10.0.0, but not AppleClang 10.0.1 llvm-svn: 372632
* [libc++] Take 2: Implement CTAD for map and multimapLouis Dionne2019-06-201-0/+107
| | | | | | | | | | | This is a re-application of r362986 (which was reverted in r363688) with fixes for the issue that caused it to be reverted. Thanks to Arthur O'Dwyer for the patch. Differential Revision: https://reviews.llvm.org/D58587 llvm-svn: 363968
* [libc++] Revert the addition of map/multimap CTADLouis Dionne2019-06-181-107/+0
| | | | | | | | | | | | | This was found to be broken on Clang trunk. This is a revert of the following commits (the subsequent commits added XFAILs to the tests that were missing from the original submission): r362986: Implement deduction guides for map/multimap. r363014: Add some XFAILs r363097: Add more XFAILs r363197: Add even more XFAILs llvm-svn: 363688
* [libcxx] XFAIL some CTAD tests on AppleClang 10Louis Dionne2019-06-121-1/+1
| | | | | | | AppleClang 10 doesn't contain some changes that are required for this test to give the right error message. llvm-svn: 363197
* XFAIL a couple of tests on apple-clang-9.1, which is a compiler that I ↵Marshall Clow2019-06-111-1/+1
| | | | | | didn't know existed llvm-svn: 363097
* XFAIL a couple of CTAD tests on clang-6; it gives different error messages ↵Marshall Clow2019-06-111-0/+2
| | | | | | than clang 7/8/9 llvm-svn: 363014
* Implement deduction guides for map/multimap. Reviewed as ↵Marshall Clow2019-06-101-0/+105
https://reviews.llvm.org/D58587. Thanks to Quuxplusone for the submission. llvm-svn: 362986
OpenPOWER on IntegriCloud