[PATCH] D92024: [clang] Implement P0692R1 from C++20 (access checking on specializations and instantiations)
Alex Orlov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 11 09:29:09 PST 2021
aorlov updated this revision to Diff 315840.
aorlov added a comment.
@Quuxplusone
Thank you for your comments. I updated the patch according to your suggestions.
Does anyone else from the review list want to waste some time to look at this patch? I would appreciate this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92024/new/
https://reviews.llvm.org/D92024
Files:
clang/include/clang/Sema/DelayedDiagnostic.h
clang/lib/Parse/ParseDecl.cpp
clang/lib/Parse/ParseDeclCXX.cpp
clang/lib/Parse/ParseTemplate.cpp
clang/test/CXX/class.access/class.friend/p1.cpp
clang/test/CXX/drs/dr1xx.cpp
clang/test/CXX/temp/temp.spec/func.spec.cpp
clang/test/CXX/temp/temp.spec/part.spec.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92024.315840.patch
Type: text/x-patch
Size: 40883 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210111/fad560ed/attachment-0001.bin>
More information about the cfe-commits
mailing list