forked from OSchip/llvm-project
Add a comment mirroring the one in LLVM's Dwarf.h
llvm-svn: 275356
This commit is contained in:
parent
d6f9562bb4
commit
284652beec
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue