From 284652beeccf138cc7edf23ea94d6ffa07a107d0 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 llvm-svn: 275356 --- clang/include/clang/Sema/DeclSpec.h | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/include/clang/Sema/DeclSpec.h b/clang/include/clang/Sema/DeclSpec.h index f908e91..afcd791 100644 --- a/clang/include/clang/Sema/DeclSpec.h +++ b/clang/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.7.4