[clang] [Clang][Concepts] Fix a constraint comparison regression for out-of-line ClassTemplateDecls (PR #102587)
Younan Zhang via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 9 21:12:48 PDT 2024
zyn0217 wrote:
@jcsxky Thanks for spotting that. That is indeed a regression and I think that can be resolved by not letting out-of-line specializations contribute to template arguments.
https://github.com/llvm/llvm-project/pull/102587
More information about the cfe-commits
mailing list