[PATCH] D119544: Deferred Concept Instantiation Implementation
Tom Honermann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 19 07:59:58 PDT 2022
tahonermann added a comment.
> This is a case where the function is a template instantiation but does NOT have a primary template, so I have to figure out what THAT means/what I should be using instead.
I think that is not supposed to be possible. For example, `FunctionDecl::isFunctionTemplateSpecialization()` will return `false` if there is no primary template.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119544/new/
https://reviews.llvm.org/D119544
More information about the cfe-commits
mailing list