From: Argyrios Kyrtzidis Date: Tue, 24 Jun 2008 22:56:42 +0000 (+0000) Subject: Set CXXMethod to identifier namespace IDNS_Ordinary. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ce6eadf80453d132d378ee031f3fbf5259a7d2a;p=clang Set CXXMethod to identifier namespace IDNS_Ordinary. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52697 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/DeclBase.h b/include/clang/AST/DeclBase.h index 69db09c11b..4cdac28ea2 100644 --- a/include/clang/AST/DeclBase.h +++ b/include/clang/AST/DeclBase.h @@ -182,6 +182,7 @@ public: case ObjCInterface: case ObjCCompatibleAlias: case CXXField: + case CXXMethod: return IDNS_Ordinary; case Struct: case Union: