Add a comment mirroring the one in LLVM's Dwarf.h
authorAdrian Prantl <aprantl@apple.com>
Thu, 14 Jul 2016 00:42:53 +0000 (00:42 +0000)
committerAdrian Prantl <aprantl@apple.com>
Thu, 14 Jul 2016 00:42:53 +0000 (00:42 +0000)
llvm-svn: 275356

clang/include/clang/Sema/DeclSpec.h

index f908e91..afcd791 100644 (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,