Write test for CWG1772/CWG1762/CWG1779, mark them 'done', and update
authorErich Keane <erich.keane@intel.com>
Fri, 24 Sep 2021 15:31:26 +0000 (08:31 -0700)
committerErich Keane <erich.keane@intel.com>
Fri, 24 Sep 2021 17:10:38 +0000 (10:10 -0700)
commit8dd42ffc09e30b1bf936f5da1aa104916e50d2fa
tree01f14811647651441cbb65fe6b01e454ab0a5dbb
parent6e1aaf18af6c6b68d314a23068bd912524212fb6
Write test for CWG1772/CWG1762/CWG1779, mark them 'done', and update
cxx_dr_status.html

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().

Also noticed that CWG1762, mostly an 'example' change, works correctly,
so added a test so that it gets marked 'done' as well.

Additionally, I regenerated cxx_dr_status.html, updating it for Clang
13's release, based on the cwg_status.html from August 12, 2021.

Differential Revision: https://reviews.llvm.org/D109956
clang/test/CXX/drs/dr177x.cpp [new file with mode: 0644]
clang/test/CXX/drs/dr17xx.cpp
clang/www/cxx_dr_status.html
clang/www/make_cxx_dr_status