[all-commits] [llvm/llvm-project] 8dd42f: Write test for CWG1772/CWG1762/CWG1779, mark them ...

Erich Keane via All-commits all-commits at lists.llvm.org
Fri Sep 24 10:10:51 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8dd42ffc09e30b1bf936f5da1aa104916e50d2fa
      https://github.com/llvm/llvm-project/commit/8dd42ffc09e30b1bf936f5da1aa104916e50d2fa
  Author: Erich Keane <erich.keane at intel.com>
  Date:   2021-09-24 (Fri, 24 Sep 2021)

  Changed paths:
    A clang/test/CXX/drs/dr177x.cpp
    M clang/test/CXX/drs/dr17xx.cpp
    M clang/www/cxx_dr_status.html
    M clang/www/make_cxx_dr_status

  Log Message:
  -----------
  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




More information about the All-commits mailing list