summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2016-07-14 00:42:53 +0000
committerAdrian Prantl <aprantl@apple.com>2016-07-14 00:42:53 +0000
commit284652beeccf138cc7edf23ea94d6ffa07a107d0 (patch)
treeb1bb684758c9f576a0e8e6bfebd4553068a61d06
parentd6f9562bb4bd854704e0baee01ef0595e78fb9f5 (diff)
downloadbcm5719-llvm-284652beeccf138cc7edf23ea94d6ffa07a107d0.tar.gz
bcm5719-llvm-284652beeccf138cc7edf23ea94d6ffa07a107d0.zip
Add a comment mirroring the one in LLVM's Dwarf.h
llvm-svn: 275356
-rw-r--r--clang/include/clang/Sema/DeclSpec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/include/clang/Sema/DeclSpec.h b/clang/include/clang/Sema/DeclSpec.h
index f908e91e4bf..afcd791bca2 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,
OpenPOWER on IntegriCloud