[PATCH] D110421: Write test for CWG1772/CWG1779, mark them 'done', and update cxx_dr_status.html
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 24 08:35:23 PDT 2021
erichkeane created this revision.
erichkeane added reviewers: rsmith, aaron.ballman.
erichkeane requested review of this revision.
I noticed that these two DRs are currently working correctly, so I
added a pair of lit tests that check the AST (which is most useful for
CWG1779, since 'dependent' is really only observable in an ast dump) to
make sure __func__ works correctly in dependent cases, and in lambda
operator().
Additionally, I regenerated cxx_dr_status.html, updating it for Clang
13's release, based on the cwg_status.html from August 12, 2021.
https://reviews.llvm.org/D110421
Files:
clang/test/CXX/drs/dr177x.cpp
clang/www/cxx_dr_status.html
clang/www/make_cxx_dr_status
More information about the cfe-commits
mailing list