[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:
@@ -8,8 +8,8 @@
|
||||
|
||||
#include "lldb/Utility/StringExtractorGDBRemote.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include <cctype>
|
||||
#include <cstring>
|
||||
|
||||
constexpr lldb::pid_t StringExtractorGDBRemote::AllProcesses;
|
||||
constexpr lldb::tid_t StringExtractorGDBRemote::AllThreads;
|
||||
|
||||
Reference in New Issue
Block a user