[Clang] Fix a non-effective assertion (#81083)
`PTy` here is literally `FTy->getParamType(i)`, which makes this assertion not work as expected.
parent
06774d6b
Please register or sign in to comment
`PTy` here is literally `FTy->getParamType(i)`, which makes this assertion not work as expected.