This is apparently allowed in Objective-C so we should test this in LLDB.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D99513
[lldb] Add a test for Obj-C properties with conflicting names ClosedPublic Authored by teemperor on Mar 29 2021, 8:24 AM.
Details Summary This is apparently allowed in Objective-C so we should test this in LLDB.
Diff Detail
Event Timelineteemperor accepted this revision. teemperor created this revision. teemperor added parent revisions: D99512: [ObjC][CodeGen] Fix missing debug info in situations where an instance and class property have the same identifier, D99077: [ASTImporter] Fix import of ObjCPropertyDecl that share the same name. Comment ActionsJust queuing this up until the Clang fixes have landed. This revision is now accepted and ready to land.Mar 29 2021, 8:25 AM Closed by commit rG6919c58262b0: [lldb] Add a test for Obj-C properties with conflicting names (authored by teemperor). · Explain WhyMar 30 2021, 2:08 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 334082 lldb/test/API/lang/objc/objc-property/TestObjCProperty.py
lldb/test/API/lang/objc/objc-property/main.m
|