[all-commits] [llvm/llvm-project] aa7aed: [clang] Add test for CWG1837
Vlad Serebrennikov via All-commits
all-commits at lists.llvm.org
Tue Apr 11 12:15:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa7aedd8ea3f75ddfb3004b81f09c5f653bc8fec
https://github.com/llvm/llvm-project/commit/aa7aedd8ea3f75ddfb3004b81f09c5f653bc8fec
Author: Vlad Serebrennikov <serebrennikov.vladislav at gmail.com>
Date: 2023-04-11 (Tue, 11 Apr 2023)
Changed paths:
M clang/test/CXX/drs/dr18xx.cpp
M clang/www/cxx_dr_status.html
Log Message:
-----------
[clang] Add test for CWG1837
[[https://wg21.link/p1787 | P1787]]: CWG1837 is resolved by restricting `this` to referring to the innermost enclosing class.
Wording: see changes to [expr.prim.this] and [expr.prim.lambda].
Reviewed By: #clang-language-wg, erichkeane
Differential Revision: https://reviews.llvm.org/D148035
More information about the All-commits
mailing list