[lldb][NFC] Use C++ versions of the deprecated C standard library headers

The C headers are deprecated so as requested in D102845, this is replacing them
all with their (not deprecated) C++ equivalent.

Reviewed By: shafik

Differential Revision: https://reviews.llvm.org/D103084
This commit is contained in:
Raphael Isemann
2021-05-26 12:19:37 +02:00
parent 21aec4fdc5
commit 76e47d4887
330 changed files with 558 additions and 562 deletions

View File

@@ -9,7 +9,7 @@
#include "lldb/API/SBProcess.h"
#include "SBReproducerPrivate.h"
#include <inttypes.h>
#include <cinttypes>
#include "lldb/lldb-defines.h"
#include "lldb/lldb-types.h"