[all-commits] [llvm/llvm-project] 19ef8e: [clang] Mark CWG2331 as N/A
Vlad Serebrennikov via All-commits
all-commits at lists.llvm.org
Sat Apr 15 03:15:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 19ef8e8446df10b6bebf6301c1a3e9e8000f842c
https://github.com/llvm/llvm-project/commit/19ef8e8446df10b6bebf6301c1a3e9e8000f842c
Author: Vlad Serebrennikov <serebrennikov.vladislav at gmail.com>
Date: 2023-04-15 (Sat, 15 Apr 2023)
Changed paths:
M clang/test/CXX/drs/dr23xx.cpp
M clang/www/cxx_dr_status.html
Log Message:
-----------
[clang] Mark CWG2331 as N/A
[[https://wg21.link/p1787 | P1787]]: CWG2331 is resolved by defining lookup from complete-class contexts and out-of-line member definitions.
Wording: The declaration set is the result of a single search in the scope of C for N from immediately after the class-specifier of C if P is in a complete-class context of C or from P otherwise. ([class.member.lookup]/4)
Reviewed By: #clang-language-wg, shafik
Differential Revision: https://reviews.llvm.org/D148260
More information about the All-commits
mailing list