[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
Wed Apr 14 04:25:06 PDT 2021
aorlov added a comment.
@krisb
In D92024#2677857 <https://reviews.llvm.org/D92024#2677857>, @krisb wrote:
> Do we still need the following tests:
>
> - clang/test/CXX/temp/temp.spec/temp.explicit/p11.cpp
> - clang/test/CXX/temp/temp.spec/temp.explicit/p12.cpp
>
> ?
We can remove **p11.cpp** and partially **p12.cpp**, because **p12** has another kind of test in `namespace test0{ ... }`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92024/new/
https://reviews.llvm.org/D92024
More information about the cfe-commits
mailing list