Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libc++] Take 2: Implement CTAD for map and multimap | Louis Dionne | 2019-06-20 | 1 | -0/+137 |
| | | | | | | | | | | | 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 CTAD | Louis Dionne | 2019-06-18 | 1 | -137/+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 | ||||
* | Implement deduction guides for map/multimap. Reviewed as ↵ | Marshall Clow | 2019-06-10 | 1 | -0/+137 |
https://reviews.llvm.org/D58587. Thanks to Quuxplusone for the submission. llvm-svn: 362986 |