]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@275356 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Sema/DeclSpec.h

index f908e91e4bf81de83a7b0decd96e4da2bb1bbd5f..afcd791bca2943a3ee06d98a3ec6e9c87dfed5db 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,