From: Adrian Prantl Date: Thu, 14 Jul 2016 00:42:53 +0000 (+0000) Subject: Add a comment mirroring the one in LLVM's Dwarf.h X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea31d661882e3a7499686fcc0681e2d8ab29535d;p=clang Add a comment mirroring the one in LLVM's Dwarf.h git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@275356 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Sema/DeclSpec.h b/include/clang/Sema/DeclSpec.h index f908e91e4b..afcd791bca 100644 --- a/include/clang/Sema/DeclSpec.h +++ b/include/clang/Sema/DeclSpec.h @@ -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,