llvm-project/lldb/source/Plugins/LanguageRuntime
Joe Loser 47b76631e7 [lldb] Use std::size instead of llvm::array_lengthof
LLVM contains a helpful function for getting the size of a C-style
array: `llvm::array_lengthof`. This is useful prior to C++17, but not as
helpful for C++17 or later: `std::size` already has support for C-style
arrays.

Change call sites to use `std::size` instead.

Differential Revision: https://reviews.llvm.org/D133501
2022-09-08 14:21:55 -06:00
..
CPlusPlus [lldb] Add more dylib paths for exception breakpoints 2022-08-25 06:46:04 -04:00
ObjC [lldb] Use std::size instead of llvm::array_lengthof 2022-09-08 14:21:55 -06:00
RenderScript Remove redundant initialization of Optional (NFC) 2022-08-20 21:18:28 -07:00
CMakeLists.txt