r275356 - Add a comment mirroring the one in LLVM's Dwarf.h
Adrian Prantl via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 13 17:42:53 PDT 2016
Author: adrian
Date: Wed Jul 13 19:42:53 2016
New Revision: 275356
URL: http://llvm.org/viewvc/llvm-project?rev=275356&view=rev
Log:
Add a comment mirroring the one in LLVM's Dwarf.h
Modified:
cfe/trunk/include/clang/Sema/DeclSpec.h
Modified: cfe/trunk/include/clang/Sema/DeclSpec.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/DeclSpec.h?rev=275356&r1=275355&r2=275356&view=diff
==============================================================================
--- cfe/trunk/include/clang/Sema/DeclSpec.h (original)
+++ cfe/trunk/include/clang/Sema/DeclSpec.h Wed Jul 13 19:42:53 2016
@@ -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,
More information about the cfe-commits
mailing list