mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
Fix comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178155 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7fe65d691d
commit
354504320b
@ -333,7 +333,7 @@ bool DIDescriptor::isEnumerator() const {
|
||||
return DbgNode && getTag() == dwarf::DW_TAG_enumerator;
|
||||
}
|
||||
|
||||
/// isObjCProperty - Return true if the specified tag is DW_TAG
|
||||
/// isObjCProperty - Return true if the specified tag is DW_TAG_APPLE_property.
|
||||
bool DIDescriptor::isObjCProperty() const {
|
||||
return DbgNode && getTag() == dwarf::DW_TAG_APPLE_property;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user