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-Tag: llvmorg-3.9.0-rc1~517 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=284652beeccf138cc7edf23ea94d6ffa07a107d0;p=platform%2Fupstream%2Fllvm.git Add a comment mirroring the one in LLVM's Dwarf.h llvm-svn: 275356 --- 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,