Update TODO comments

This commit is contained in:
Jonathan Müller 2017-02-23 15:40:45 +01:00
commit d9bf205e16
2 changed files with 3 additions and 2 deletions

View file

@ -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;
}