llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC
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
..
AppleObjCRuntime [lldb] Use std::size instead of llvm::array_lengthof 2022-09-08 14:21:55 -06:00
CMakeLists.txt [lldb/Plugins] Remove PLUGIN from libraries that aren't really plugins. 2020-02-17 19:40:00 -08:00
ObjCLanguageRuntime.cpp Adapt the ObjC stepping algorithm to deal with "selector-stubs" in clang. 2022-04-08 17:45:16 -07:00
ObjCLanguageRuntime.h Adapt the ObjC stepping algorithm to deal with "selector-stubs" in clang. 2022-04-08 17:45:16 -07:00