The C headers are deprecated so as requested in D102845, this is replacing them
all with their (not deprecated) C++ equivalent.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
If we do this here, then we might as well do it for all of LLVM. But there are just so many Herald rules I want to trigger for a single review.
Also this means we should use the std version of all the C functions now.
Comment Actions
Thank you for taking care of this, it was on my list of things to do.
We definitely don't use std:: consistently, probably size_t being one of the main ones but fixing that was well would be a lot of code churn. So probably better to change it as folks refactor code.