summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclAttr.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/Sema/SemaDeclAttr.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/Sema/SemaDeclAttr.cpp')
-rw-r--r--clang/lib/Sema/SemaDeclAttr.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Sema/SemaDeclAttr.cpp b/clang/lib/Sema/SemaDeclAttr.cpp
index 1fc1a7cc488..44d0dde0db6 100644
--- a/clang/lib/Sema/SemaDeclAttr.cpp
+++ b/clang/lib/Sema/SemaDeclAttr.cpp
@@ -4889,6 +4889,7 @@ static void ProcessInheritableDeclAttr(Sema &S, Scope *scope, Decl *D,
break;
// Microsoft attributes:
+ case AttributeList::AT_MsProperty: break;
case AttributeList::AT_MsStruct:
handleMsStructAttr(S, D, Attr);
break;
OpenPOWER on IntegriCloud