The C headers are deprecated so as requested in D102845, this is replacing them
all with their (not deprecated) C++ equivalent.
Details
Diff Detail
Event Timeline
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.
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.
clang-tidy: error: 'lldb/API/SBDefines.h' file not found [clang-diagnostic-error]
not useful