Marshall Clow
d23dc0f01e
More notes on Rapperswil issues
...
llvm-svn: 332000
2018-05-10 17:07:38 +00:00
Marshall Clow
23b242f910
Status updates for Rapperswil
...
llvm-svn: 331661
2018-05-07 18:59:04 +00:00
Marshall Clow
b1f2396879
Update for Rapperswil
...
llvm-svn: 331638
2018-05-07 14:21:52 +00:00
Marshall Clow
aadaabe649
Added P0805 to the list of ready bits
...
llvm-svn: 326485
2018-03-01 21:16:07 +00:00
Eric Fiselier
6808a59244
Mark two issues as complete
...
llvm-svn: 324852
2018-02-11 21:57:25 +00:00
Marshall Clow
1d4546c0ad
Comment on 'Review' issues
...
llvm-svn: 324503
2018-02-07 19:24:37 +00:00
Marshall Clow
cefa05d39f
No, really this time mark 3034 as 'Patch Ready'
...
llvm-svn: 324312
2018-02-06 03:24:21 +00:00
Marshall Clow
4d170c801b
Mark issue 3034 as 'Patch Ready'
...
llvm-svn: 324310
2018-02-06 03:23:16 +00:00
Marshall Clow
0fc039df1e
More patches ready
...
llvm-svn: 324307
2018-02-06 01:59:28 +00:00
Marshall Clow
50dd98cb2b
Add issues in 'Review'
...
llvm-svn: 324292
2018-02-05 23:50:49 +00:00
Eric Fiselier
4f0c85310d
Mark LWG 3014 as complete. No code changes needed
...
llvm-svn: 324193
2018-02-04 07:37:09 +00:00
Eric Fiselier
e3690ba586
Implement LWG 3014 - Fix more noexcept issues in filesystem.
...
This patch removes the noexcept declaration from filesystem
operations which require creating temporary paths or
creating a directory iterator. Either of these operations
can throw.
llvm-svn: 324192
2018-02-04 07:35:36 +00:00
Eric Fiselier
309f8b1168
Mark LWG 3013 as already complete. See r316941
...
llvm-svn: 324191
2018-02-04 07:29:53 +00:00
Eric Fiselier
be71d336bd
Implement LWG2989: path's streaming operators allow everything under the sun.
...
Because path can be constructed from a ton of different types, including string
and wide strings, this caused it's streaming operators to suck up all sorts
of silly types via silly conversions. For example:
using namespace std::experimental::filesystem::v1;
std::wstring w(L"wide");
std::cout << w; // converts to path.
This patch tentatively adopts the resolution to LWG2989 and fixes the issue
by making the streaming operators friends of path.
llvm-svn: 324189
2018-02-04 03:10:53 +00:00
Eric Fiselier
21f2004991
Mark issue 2851 as complete
...
llvm-svn: 324188
2018-02-04 02:45:33 +00:00
Eric Fiselier
0f8c8f59df
Address LWG 2849 and fix missing failure condition in copy_file.
...
Previously copy_file didn't handle the case where the input and
output were the same file.
llvm-svn: 324187
2018-02-04 02:43:32 +00:00
Marshall Clow
9eb338c42e
Add LWG3051
...
llvm-svn: 323822
2018-01-30 21:49:17 +00:00
Marshall Clow
d0eb3092ac
First cut at issue statuses for JAX
...
llvm-svn: 323720
2018-01-30 00:48:39 +00:00
Marshall Clow
3293ddb7ad
More statuses, a new patch, too
...
llvm-svn: 317074
2017-11-01 04:03:35 +00:00
Marshall Clow
336c30e299
Fix broken links; update more issues.
...
llvm-svn: 316970
2017-10-31 00:19:47 +00:00
Marshall Clow
ccbb496b56
Initial triage
...
llvm-svn: 316874
2017-10-29 21:57:58 +00:00
Marshall Clow
4a9ee9caaa
Update status of 2950
...
llvm-svn: 316873
2017-10-29 21:43:30 +00:00
Marshall Clow
4e18fe9ac8
Issues to be voted on in ABQ
...
llvm-svn: 316867
2017-10-29 19:02:00 +00:00
Stephan T. Lavavej
6f297ba8a9
[libcxx] [www] Change an absolute link to cxx1z_status.html to be relative.
...
Fixes D37318.
llvm-svn: 312263
2017-08-31 17:59:51 +00:00
Stephan T. Lavavej
69c2e1336f
[libcxx] [www] Manually change http links to https.
...
Fixes D37318.
llvm-svn: 312260
2017-08-31 17:59:42 +00:00
Stephan T. Lavavej
907c1ab603
[libcxx] [www] Semi-manually change http://www.open-std.org and http://isocpp.org papers to https://wg21.link .
...
Fixes D37318.
llvm-svn: 312259
2017-08-31 17:59:39 +00:00
Stephan T. Lavavej
2956ea46cd
[libcxx] [www] Change http://wg21.link to https://wg21.link .
...
Fixes D37318.
llvm-svn: 312257
2017-08-31 17:59:33 +00:00
Marshall Clow
d994e3f35d
Update issues moved in Toronto
...
llvm-svn: 308097
2017-07-15 15:22:21 +00:00
Eric Fiselier
459877388b
Implement LWG 2937 - equivalent("dne", "exists") is not an error
...
This patch speculatively implements the PR for LWG 2937, which fixes
two issues with equivalent.
(1) It makes equivalent("dne", "exists") an error. Previously only
equivalent("dne", "dne") was an error and the former case was not (it returned false).
Now equivalent reports an error when either input doesn't exist.
(2) It makes equivalent(p1, p2) well-formed when `is_other(p1) && is_other(p2)`.
Previously this was an error, but there is seemingly no reason why it should be on POSIX system.
llvm-svn: 307117
2017-07-05 03:37:05 +00:00
Marshall Clow
797bcb40e3
Updated notest on 2974
...
llvm-svn: 306581
2017-06-28 18:19:34 +00:00
Marshall Clow
77957d19f8
Updated for the Toronto meeting
...
llvm-svn: 306269
2017-06-26 04:25:15 +00:00
Eric Fiselier
3c35491f02
Update all bug URL's to point to https://bugs.llvm.org/ ...
...
llvm-svn: 295434
2017-02-17 08:37:03 +00:00
Eric Fiselier
4ae0369b8e
Update info for LWG 2665 in upcoming_meeting.html
...
llvm-svn: 294501
2017-02-08 19:04:18 +00:00
Marshall Clow
891239e64f
Mark LWG2784 as ready
...
llvm-svn: 294311
2017-02-07 15:34:20 +00:00
Marshall Clow
7a1c0efff4
Add some tests to verify that we implement LWG#2837 correctly. No functional change.
...
llvm-svn: 294194
2017-02-06 16:03:23 +00:00
Marshall Clow
01595ef77d
Fix a typo - extra '>'
...
llvm-svn: 294190
2017-02-06 15:29:03 +00:00
Marshall Clow
62ab88143e
Set up 'upcoming meeting' bug list
...
llvm-svn: 294189
2017-02-06 15:17:22 +00:00
Eric Fiselier
9db689263e
Update LWG 2754 status
...
llvm-svn: 284326
2016-10-16 03:52:48 +00:00
Eric Fiselier
f72aaff994
Update LWG 2767 and add test case
...
llvm-svn: 284324
2016-10-16 03:45:06 +00:00
Eric Fiselier
015fcffd57
Update status for std::optional LWG issues and fix an optional SFINAE bug
...
llvm-svn: 284323
2016-10-16 03:21:35 +00:00
Eric Fiselier
50253ed1c6
Update issue status for LWG 2744
...
llvm-svn: 284322
2016-10-16 02:51:50 +00:00
Eric Fiselier
9c737fddba
Update issue status for LWG 2768 and 2769
...
llvm-svn: 284321
2016-10-16 01:43:43 +00:00
Eric Fiselier
a296b7bf12
Update notes for LWG 2678
...
llvm-svn: 284319
2016-10-16 00:49:33 +00:00
Eric Fiselier
ecafa8739e
Implement LWG 2712 and update other issues status
...
llvm-svn: 284318
2016-10-16 00:47:59 +00:00
Eric Fiselier
ae4c3e1699
Implement LWG 2681 and 2682
...
llvm-svn: 284316
2016-10-16 00:29:22 +00:00
Eric Fiselier
736538b0fc
Mark LWG 2680 as done
...
llvm-svn: 284315
2016-10-15 23:12:30 +00:00
Eric Fiselier
9ada18b339
Implement LWG 2672.
...
llvm-svn: 284314
2016-10-15 23:05:04 +00:00
Eric Fiselier
87ee8a0adb
Implement modified LWG 2665
...
llvm-svn: 284313
2016-10-15 22:37:42 +00:00
Eric Fiselier
bbcfec7edd
Implement LWG2664 and update its status
...
llvm-svn: 284310
2016-10-15 21:29:44 +00:00
Eric Fiselier
26ef119dcb
Update the status of issues
...
llvm-svn: 284309
2016-10-15 20:58:51 +00:00