[all-commits] [llvm/llvm-project] 23b056: [lldb] Fix AppleObjCDeclVendor for classes which h...
Dave Lee via All-commits
all-commits at lists.llvm.org
Tue Jun 24 10:58:28 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 23b0564800f6308ae4b54f0fbf60759ab8f7eb80
https://github.com/llvm/llvm-project/commit/23b0564800f6308ae4b54f0fbf60759ab8f7eb80
Author: Dave Lee <davelee.com at gmail.com>
Date: 2025-06-24 (Tue, 24 Jun 2025)
Changed paths:
M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.cpp
A lldb/test/API/lang/objc/class-without-methods/Makefile
A lldb/test/API/lang/objc/class-without-methods/Point.h
A lldb/test/API/lang/objc/class-without-methods/Point.m
A lldb/test/API/lang/objc/class-without-methods/TestObjCClassWithoutMethods.py
A lldb/test/API/lang/objc/class-without-methods/main.m
Log Message:
-----------
[lldb] Fix AppleObjCDeclVendor for classes which have no methods (#145452)
Fix the rare case where an ObjC class has ivars but no methods. The fix is to not early
return when a class has no method list.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list