[clang] [Clang][NFCI] Cleanup the fix for default function argument substitution (PR #104911)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 20 05:11:19 PDT 2024
cor3ntin wrote:
Can you keep the tests as is? Otherwise it's hard to trust this is really NFC.
I have some concerns over the number of booleans we are adding to these functions, did you consider an enum or a less easy to miss use interface?
https://github.com/llvm/llvm-project/pull/104911
More information about the cfe-commits
mailing list