[PATCH] D110421: Write test for CWG1772/CWG1779, mark them 'done', and update cxx_dr_status.html
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 24 10:03:02 PDT 2021
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM aside from some nits, thank you!
================
Comment at: clang/test/CXX/drs/dr17xx.cpp:75
// Direct-list-initialization of a non-class object
-
int a{0};
----------------
Unintentional whitespace changes can be backed out. ;-)
================
Comment at: clang/test/CXX/drs/dr17xx.cpp:132
+ float operator ""_E(const char *);
+ // expected-error at +2{{invalid suffix on literal; c++11 requires a space between literal and identifier}}
+ // expected-warning at +1 {{user-defined literal suffixes not starting with '_' are reserved; no literal will invoke this operator}}
----------------
================
Comment at: clang/www/make_cxx_dr_status:95
-latest_release = 11
+latest_release = 13
----------------
Errr, 13 isn't quite out the door yet (we've branched for it, but not released it). However, I don't think it's an issue to bump the value right now (IIUC, we're releasing Very Soon Now anyway).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110421/new/
https://reviews.llvm.org/D110421
More information about the cfe-commits
mailing list