forked from OSchip/llvm-project
Set CXXMethod to identifier namespace IDNS_Ordinary.
llvm-svn: 52697
This commit is contained in:
parent
a781452193
commit
1492538fd1
|
@ -182,6 +182,7 @@ public:
|
||||||
case ObjCInterface:
|
case ObjCInterface:
|
||||||
case ObjCCompatibleAlias:
|
case ObjCCompatibleAlias:
|
||||||
case CXXField:
|
case CXXField:
|
||||||
|
case CXXMethod:
|
||||||
return IDNS_Ordinary;
|
return IDNS_Ordinary;
|
||||||
case Struct:
|
case Struct:
|
||||||
case Union:
|
case Union:
|
||||||
|
|
Loading…
Reference in New Issue