[all-commits] [llvm/llvm-project] 653a82: [clang] Add test for CWG191
Vlad Serebrennikov via All-commits
all-commits at lists.llvm.org
Fri Apr 7 06:54:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 653a82e95257a7cd3f22c24e40d54459a6608429
https://github.com/llvm/llvm-project/commit/653a82e95257a7cd3f22c24e40d54459a6608429
Author: Vlad Serebrennikov <serebrennikov.vladislav at gmail.com>
Date: 2023-04-07 (Fri, 07 Apr 2023)
Changed paths:
M clang/test/CXX/drs/dr12xx.cpp
M clang/test/CXX/drs/dr1xx.cpp
M clang/www/cxx_dr_status.html
Log Message:
-----------
[clang] Add test for CWG191
Also mark CWG1200 as "na."
[[https://wg21.link/p1787 | P1787]]: CWG191 and CWG1200 are resolved by defining unqualified lookup in terms of every enclosing scope.
Wording: If no declarations are found, the results of the unqualified search are the results of an unqualified search in the parent scope of S, if any, from P. ([basic.lookup.unqual]/2)
Reviewed By: #clang-language-wg, shafik
Differential Revision: https://reviews.llvm.org/D147530
More information about the All-commits
mailing list