llvm-project
4cc0bae1 - [clang] fix getReplacedTemplateParameter for partial specialziations (#162955)

Commit
137 days ago
[clang] fix getReplacedTemplateParameter for partial specialziations (#162955) The template argument returned should be relative to the partial specialization, which would correspond to the partial template parameter list. Unfortunately we don't save this anywhere in the AST, and would otherwise need to deduce them again. Simply avoid providing this argument for now, until we make it available. This fixes regressions which were never released, so there are no release notes. Fixes #162770 Fixes #162855
Author
Parents
Loading