[PATCH] D92101: [Clang][Sema] Attempt to fix CTAD faulty copy of non-local typedefs
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 2 02:39:19 PST 2020
martong added a comment.
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?
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