mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
Add a comment about type-uniquing ObjC types.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205277 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e94fe0423e
commit
e977127a9d
@ -767,6 +767,8 @@ public:
|
||||
return (getUnsignedField(6) & dwarf::DW_APPLE_PROPERTY_nonatomic) != 0;
|
||||
}
|
||||
|
||||
/// Objective-C doesn't have an ODR, so there is no benefit in storing
|
||||
/// the type as a DITypeRef here.
|
||||
DIType getType() const { return getFieldAs<DIType>(7); }
|
||||
|
||||
/// Verify - Verify that a derived type descriptor is well formed.
|
||||
|
Loading…
x
Reference in New Issue
Block a user