[PATCH] D92101: [Clang][Sema] Attempt to fix CTAD faulty copy of non-local typedefs
Shafik Yaghmour via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 2 14:21:21 PST 2020
shafik added a comment.
In D92101#2428104 <https://reviews.llvm.org/D92101#2428104>, @martong wrote:
> In D92101#2423685 <https://reviews.llvm.org/D92101#2423685>, @shafik wrote:
>
>> Should we add a test for the `regular function template` case as well?
>
> I think this issue is specific for a `CXXDeductionGuideDecl` which is a `FunctionDecl`. I am not sure if I can follow what kind of test do you suggest, could you please be more specific?
Apologies, I think I meant this for another PR
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92101/new/
https://reviews.llvm.org/D92101
More information about the cfe-commits
mailing list