[all-commits] [llvm/llvm-project] 75fdf7: [lldb] Test direct ivar access in objc++ (NFC)
Dave Lee via All-commits
all-commits at lists.llvm.org
Tue Mar 21 10:14:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 75fdf7fd1516090651c0c3ffba4869cba9f3a879
https://github.com/llvm/llvm-project/commit/75fdf7fd1516090651c0c3ffba4869cba9f3a879
Author: Dave Lee <davelee.com at gmail.com>
Date: 2023-03-21 (Tue, 21 Mar 2023)
Changed paths:
A lldb/test/API/commands/frame/var/direct-ivar/objcpp/Makefile
A lldb/test/API/commands/frame/var/direct-ivar/objcpp/TestFrameVarDirectIvarObjCPlusPlus.py
A lldb/test/API/commands/frame/var/direct-ivar/objcpp/main.mm
Log Message:
-----------
[lldb] Test direct ivar access in objc++ (NFC)
Add an Objective-C++ specific test for direct ivar access. This adds to the existing C++ and ObjC tests, and tests against regression for future refactoring.
Differential Revision: https://reviews.llvm.org/D146320
More information about the All-commits
mailing list