Add a fixme here.
llvm-svn: 146783
This commit is contained in:
parent
09cd3568f4
commit
03faed3eac
@ -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());
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user