JF Bastien
|
2fec6dc56e
|
Mark deduction guide tests as failing on apple-clang-9
As discussed here: http://lists.llvm.org/pipermail/cfe-dev/2018-May/058116.html
The tests fail on clang-5, as well as apple-clang-9. Mark them as such.
llvm-svn: 333479
|
2018-05-29 23:28:04 +00:00 |
Marshall Clow
|
c58f9b787f
|
Fix up the final bits of breakage due to clang v5 generating bad implicit template deduction guides - specifically for copy-ctors
llvm-svn: 333381
|
2018-05-28 19:20:21 +00:00 |
JF Bastien
|
39281931ec
|
Fix array deduction guide test breakage
No matching constructor
llvm-svn: 333315
|
2018-05-25 21:17:43 +00:00 |
Marshall Clow
|
929b4ce7aa
|
Disable 'missing-braces' warning
llvm-svn: 332779
|
2018-05-18 22:21:33 +00:00 |
Marshall Clow
|
0ca8c0895c
|
Implement deduction guides for <array>; Reviewed as https://reviews.llvm.org/D46964
llvm-svn: 332768
|
2018-05-18 21:01:04 +00:00 |