Update TODO comments
This commit is contained in:
parent
23a7248964
commit
d9bf205e16
2 changed files with 3 additions and 2 deletions
|
|
@ -384,10 +384,11 @@ namespace
|
|||
case CXType_MemberPointer:
|
||||
return cpp_pointer_type::build(parse_member_pointee_type(context, type));
|
||||
|
||||
// TODO
|
||||
// TODO: everything template related
|
||||
case CXType_Dependent:
|
||||
break;
|
||||
|
||||
// TODO: auto/decltype
|
||||
case CXType_Auto:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ bool equal_types(const cpp_entity_index& idx, const cpp_type& parsed, const cpp_
|
|||
return equal_types(idx, obj_a.object_type(), obj_b.object_type());
|
||||
}
|
||||
|
||||
// TODO
|
||||
// TODO: implement equality when those can be parsed
|
||||
case cpp_type_kind::template_parameter:
|
||||
break;
|
||||
case cpp_type_kind::template_instantiation:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue