[libc-commits] [libc] [libc][hdrgen] Fix type extraction from compound function pointer args (PR #194354)
Roland McGrath via libc-commits
libc-commits at lists.llvm.org
Mon Apr 27 10:46:24 PDT 2026
https://github.com/frobtech requested changes to this pull request.
When there are changes to hdrgen like this in general, they should come with new test coverage in hdrgen/tests.
However, I don't think this is a change we want at all. The precedent for complicated types used in function signatures is to define typedefs for them. `__qsortcompare_t` is a very similar example to `scandir`'s argument type.
https://github.com/llvm/llvm-project/pull/194354
More information about the libc-commits
mailing list