[all-commits] [llvm/llvm-project] f0ca0a: [AppleObjCRuntimeV2] Rewrite GetClassDescriptor, r...
Davide Italiano via All-commits
all-commits at lists.llvm.org
Wed Mar 18 19:24:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f0ca0a25388066bd3605fe8ffc180e640d13c5a2
https://github.com/llvm/llvm-project/commit/f0ca0a25388066bd3605fe8ffc180e640d13c5a2
Author: Davide Italiano <ditaliano at apple.com>
Date: 2020-03-18 (Wed, 18 Mar 2020)
Changed paths:
M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
Log Message:
-----------
[AppleObjCRuntimeV2] Rewrite GetClassDescriptor, reducing indentation.
I'm going to modify this function to account for lazily allocated
class names in the Obj-C runtime, but first I need to understand
what it does.
More information about the All-commits
mailing list