From ea31d661882e3a7499686fcc0681e2d8ab29535d Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Thu, 14 Jul 2016 00:42:53 +0000 Subject: [PATCH] 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 --- include/clang/Sema/DeclSpec.h | 1 + 1 file changed, 1 insertion(+) 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, -- 2.40.0