commit | 5e77d76c953d915bfbbdc8c719e91e6fbc32e1f1 | [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 | 1d9c716039e60789f7e65368080918995eafa605 | |
parent | 53756c4a897d268b6af9eb129ce2017a3d79ff8f [diff] [blame] |
Basic support for Microsoft property declarations and references thereto. Patch by Tong Shen! llvm-svn: 179585
diff --git a/clang/lib/AST/DeclBase.cpp b/clang/lib/AST/DeclBase.cpp index bd6d99c..3f23f3d 100644 --- a/clang/lib/AST/DeclBase.cpp +++ b/clang/lib/AST/DeclBase.cpp
@@ -493,6 +493,7 @@ case NonTypeTemplateParm: case ObjCMethod: case ObjCProperty: + case MSProperty: return IDNS_Ordinary; case Label: return IDNS_Label;