llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC
Jason Molenda deeda85f3f Update name of objc runtime SPI function we call for class names.
A new SPI was added to the objc runtime to get class names without
any demangling; AppleObjCRuntimeV2::ParseClassInfoArray was using
the original prototype name but had not been updated for the final
name yet, so lldb was falling back to the old function and doing
extra work for classes that were demangled.  This commit fixes that.

llvm-svn: 370152
2019-08-28 02:14:07 +00:00
..
AppleObjCRuntime Update name of objc runtime SPI function we call for class names. 2019-08-28 02:14:07 +00:00
CMakeLists.txt [LanguageRuntime] Move ObjCLanguageRuntime into a plugin 2019-07-15 22:56:12 +00:00
ObjCLanguageRuntime.cpp [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
ObjCLanguageRuntime.h [Symbol] Decouple clang from DeclVendor 2019-08-23 06:11:32 +00:00