Add a fixme here.

llvm-svn: 146783
This commit is contained in:
Eric Christopher 2011-12-16 23:42:38 +00:00
parent 09cd3568f4
commit 03faed3eac
1 changed files with 1 additions and 0 deletions

View File

@ -838,6 +838,7 @@ void CompileUnit::constructTypeDIE(DIE &Buffer, DICompositeType CTy) {
addUInt(&Buffer, dwarf::DW_AT_APPLE_objc_complete_type,
dwarf::DW_FORM_flag, 1);
// FIXME: a structure type can have template params too.
if (Tag == dwarf::DW_TAG_class_type)
addTemplateParams(Buffer, CTy.getTemplateParams());