diff options
author | Matheus Izvekov <mizvekov@gmail.com> | 2025-10-10 23:00:36 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-10 23:00:36 -0300 |
commit | 4cc0bae159e56dc02145f9154005dc1eb9ed1fd7 (patch) | |
tree | 37943e2fdfdcf13d0e16e660705369bc044dc66e /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | d95f8ffee401f79e1f37b274eda6c750b5f890a9 (diff) | |
download | llvm-4cc0bae159e56dc02145f9154005dc1eb9ed1fd7.zip llvm-4cc0bae159e56dc02145f9154005dc1eb9ed1fd7.tar.gz llvm-4cc0bae159e56dc02145f9154005dc1eb9ed1fd7.tar.bz2 |
[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
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions