[PATCH] D138835: [clang] Update DR status to Revision 110
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 28 11:06:30 PST 2022
erichkeane added a comment.
This looks good to me, thanks! If you post your "Name <email at whatever.foo>" that you'd like to have this committed as, I can do so (or someone else can beat me to it!).
================
Comment at: clang/www/make_cxx_dr_status:161
continue
- if dr.issue in (1432,2565):
row_style = ' class="open"'
----------------
Endill wrote:
> erichkeane wrote:
> > 1432 is still listed as 'open', is it not? What did you use to generate the above cxx_dr_status.html? Can you post the link? I'm afraid you've used the wrong file.
> [[ https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_index.html | Revision 110 ]] was published yesterday. 1432 has C++17 status now, and handled perfectly even without this hack.
Ah, I see, thanks! It looks like the version on the Kona wiki was marked as 'open', and there are no motions to accept it, however further look at Kona CWG discussion seems to show that this is believed to have been fixed elsewhere, and is closed because of it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138835/new/
https://reviews.llvm.org/D138835
More information about the cfe-commits
mailing list