summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2013-04-16 07:28:30 +0000
committerJohn McCall <rjmccall@apple.com>2013-04-16 07:28:30 +0000
commit5e77d76c953d915bfbbdc8c719e91e6fbc32e1f1 (patch)
tree1d9c716039e60789f7e65368080918995eafa605 /clang/lib/Serialization/ASTWriter.cpp
parent53756c4a897d268b6af9eb129ce2017a3d79ff8f (diff)
downloadbcm5719-llvm-5e77d76c953d915bfbbdc8c719e91e6fbc32e1f1.tar.gz
bcm5719-llvm-5e77d76c953d915bfbbdc8c719e91e6fbc32e1f1.zip
Basic support for Microsoft property declarations and
references thereto. Patch by Tong Shen! llvm-svn: 179585
Diffstat (limited to 'clang/lib/Serialization/ASTWriter.cpp')
-rw-r--r--clang/lib/Serialization/ASTWriter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Serialization/ASTWriter.cpp b/clang/lib/Serialization/ASTWriter.cpp
index 03e33ad369a..e98708d8f5e 100644
--- a/clang/lib/Serialization/ASTWriter.cpp
+++ b/clang/lib/Serialization/ASTWriter.cpp
@@ -907,6 +907,7 @@ void ASTWriter::WriteBlockInfoBlock() {
RECORD(DECL_OBJC_PROPERTY);
RECORD(DECL_OBJC_PROPERTY_IMPL);
RECORD(DECL_FIELD);
+ RECORD(DECL_MS_PROPERTY);
RECORD(DECL_VAR);
RECORD(DECL_IMPLICIT_PARAM);
RECORD(DECL_PARM_VAR);
OpenPOWER on IntegriCloud