llvm-project/lldb/source/Host
Raphael Isemann 65fdb34219 [lldb][NFC] Use static_cast instead of reinterpret_cast where possible
Summary: There are a few places in LLDB where we do a `reinterpret_cast` for conversions that we could also do with `static_cast`. This patch moves all this code to `static_cast`.

Reviewers: shafik, JDevlieghere, labath

Reviewed By: labath

Subscribers: arphaman, usaxena95, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D72161
2020-01-07 13:03:56 +01:00
..
android Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
common [lldb][NFC] Use static_cast instead of reinterpret_cast where possible 2020-01-07 13:03:56 +01:00
freebsd [LLDB] FreeBSD fix new SetFile call. 2019-09-10 07:33:39 +00:00
linux [lldb-server/android] Show more processes by relaxing some checks 2019-10-15 00:00:05 +00:00
macosx [lldb][NFC] Use static_cast instead of reinterpret_cast where possible 2020-01-07 13:03:56 +01:00
netbsd [lldb] [Host/netbsd] Set Arg0 for 'platform process list -v' 2019-10-25 09:41:12 +02:00
openbsd Move ProcessInfo from Host to Utility. 2019-03-04 21:51:03 +00:00
posix [lldb][NFC] Use static_cast instead of reinterpret_cast where possible 2020-01-07 13:03:56 +01:00
windows [Host] Return status directly from RunShellCommand 2019-10-04 19:54:45 +00:00
CMakeLists.txt [lldb/CMake] Fix variable naming in FindLibEdit 2020-01-02 13:39:57 -08:00