[llvm-branch-commits] [clang] [clang-tools-extra] [clang] NFCI: use TemplateArgumentLoc for type-param DefaultArgument (PR #92854)
Vlad Serebrennikov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon May 20 23:22:54 PDT 2024
https://github.com/Endilll commented:
It looks like you have two sets of changes here:
1) the ones related to `TemplateTypeParmDecl::getDefaultArgument()`
2) the ones related to `Sema::SubstTemplateArgument()`
You don't seem to touch the latter in PR description. It would be nice if you can explain why you do both sets of changes in one PR, or split the PR in two.
https://github.com/llvm/llvm-project/pull/92854
More information about the llvm-branch-commits
mailing list