llvm-project/lldb/source/Host
Jonas Devlieghere 570e10cb9d
[lldb] Fix warning: comparison of integers of different signs
Fixes a warning about comparison of integers of different signs
'wchar_t' and 'int' in Editline.cpp:

      return out != (int)WEOF;
             ~~~ ^  ~~~~~~~~~
2022-08-15 11:25:46 -07:00
..
android [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
common [lldb] Fix warning: comparison of integers of different signs 2022-08-15 11:25:46 -07:00
freebsd Modernize and simplify HostInfo::GetOSKernelDescription 2021-10-26 11:17:02 +02:00
linux Use llvm::erase_value (NFC) 2022-08-13 12:55:50 -07:00
macosx [lldb] Make LLDB resilient against failing dyld introspection SPIs 2022-08-03 15:47:58 -07:00
netbsd [lldb] Remove remaining calls to DataBufferLLVM::GetChars 2022-04-01 17:43:05 -07:00
openbsd Modernize and simplify HostInfo::GetOSKernelDescription 2021-10-26 11:17:02 +02:00
posix [NFC] Improve FileSpec internal APIs and usage in preparation for adding caching of resolved/absolute. 2022-07-28 13:28:26 -07:00
windows [NFC] Improve FileSpec internal APIs and usage in preparation for adding caching of resolved/absolute. 2022-07-28 13:28:26 -07:00
CMakeLists.txt Revert "Revert "[lldb][modules] Disable Clang Modules in source/Host directory on macOS"" 2022-08-03 14:39:45 -07:00