commit | 76da55d3a49e1805f51b1ced7c5da5bcd7f759d8 | [log] [tgz] |
---|---|---|
author | John McCall <rjmccall@apple.com> | Tue Apr 16 07:28:30 2013 +0000 |
committer | John McCall <rjmccall@apple.com> | Tue Apr 16 07:28:30 2013 +0000 |
tree | 9681395543b144659b99a401d3a1ff0260bc08b4 | |
parent | 459ef03126f9f0420efb3355e3b2ed3c1fdfb38a [diff] [blame] |
Basic support for Microsoft property declarations and references thereto. Patch by Tong Shen! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179585 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Serialization/ASTCommon.cpp b/lib/Serialization/ASTCommon.cpp index 7bbe6b1..e8cc155 100644 --- a/lib/Serialization/ASTCommon.cpp +++ b/lib/Serialization/ASTCommon.cpp
@@ -180,6 +180,7 @@ case Decl::UnresolvedUsingValue: case Decl::IndirectField: case Decl::Field: + case Decl::MSProperty: case Decl::ObjCIvar: case Decl::ObjCAtDefsField: case Decl::ImplicitParam: