[all-commits] [llvm/llvm-project] 839eae: [clang] Add test for CWG1960

Vlad Serebrennikov via All-commits all-commits at lists.llvm.org
Thu Jan 26 03:41:02 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 839eae38a4e4064568e1b3b0ee9538958ead8a40
      https://github.com/llvm/llvm-project/commit/839eae38a4e4064568e1b3b0ee9538958ead8a40
  Author: Vlad Serebrennikov <serebrennikov.vladislav at gmail.com>
  Date:   2023-01-26 (Thu, 26 Jan 2023)

  Changed paths:
    M clang/test/CXX/drs/dr19xx.cpp
    M clang/www/cxx_dr_status.html

  Log Message:
  -----------
  [clang] Add test for CWG1960

P1787: "CWG1960 (currently closed as NAD) is resolved by removing the rule in question (which is widely ignored by implementations and gives subtle interactions between using-declarations)."
Wording: "In a using-declarator that does not name a constructor, every declaration named shall be accessible."

Reviewed By: #clang-language-wg, erichkeane, shafik

Differential Revision: https://reviews.llvm.org/D142381




More information about the All-commits mailing list