[clang][Sema] Fix crash when diagnosing candidates with parameter packs (#93079)
Prevent OOB access by not printing target parameter range when there's a pack in the function parameters. Fixes https://github.com/llvm/llvm-project/issues/93076. Fixes https://github.com/llvm/llvm-project/issues/76354. Fixes https://github.com/llvm/llvm-project/issues/70191.
parent
c1ac6d2d
Please register or sign in to comment