Add a comment mirroring the one in LLVM's Dwarf.h

llvm-svn: 275356
This commit is contained in:
Adrian Prantl 2016-07-14 00:42:53 +00:00
parent d6f9562bb4
commit 284652beec
1 changed files with 1 additions and 0 deletions

View File

@ -793,6 +793,7 @@ public:
};
/// PropertyAttributeKind - list of property attributes.
/// Keep this list in sync with LLVM's Dwarf.h ApplePropertyAttributes.
enum ObjCPropertyAttributeKind {
DQ_PR_noattr = 0x0,
DQ_PR_readonly = 0x01,