Previously the optional locations of function arguments were dropped in parseFunctionArgumentList. This CL adds another output argument to the function through which they are now returned. The values are then plumbed through as an array of optional locations in the various places.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
I'd just drop the explicit numbers now that SmallVector supports it.