[clang] [Clang] Implement C++26’s P2893R3 ‘Variadic friends’ (PR #101448)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 13 04:29:21 PDT 2024
Sirraide wrote:
Ok, I think I’ve addressed everything now. I’ve also added the feature-test macro back since we won’t be splitting this into multiple prs after all (there are still friend declarations that we don’t handle properly, but that encompasses all friend declarations w/ a dependent NNS irrespective of whether they’re pack expansions or not, so that’s a separate problem).
https://github.com/llvm/llvm-project/pull/101448
More information about the cfe-commits
mailing list