[llvm-branch-commits] [clang] [clang-tools-extra] [clang] NFCI: use TemplateArgumentLoc for type-param DefaultArgument (PR #92854)

Matheus Izvekov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue May 21 07:20:43 PDT 2024


mizvekov wrote:

> I don't quite get the justification for this, but also don't see any downside for it, so I think this is acceptable.

It's unfortunate GitHub does not show a PR stack like phab did.

This is needed for another patch you already reviewed: https://github.com/llvm/llvm-project/pull/92855

It allows forming default arguments for packs as part of TTP template argument deduction, based on the same principles already implemented in https://github.com/llvm/llvm-project/pull/89807

https://github.com/llvm/llvm-project/pull/92854


More information about the llvm-branch-commits mailing list