just add a fixme for the StructuredArgs leak, it shouldn't affect

c++'03 code and variadic support "needs work".

llvm-svn: 104195
This commit is contained in:
Chris Lattner 2010-05-20 00:26:28 +00:00
parent 047f5aa007
commit 8ca2fd2e93
1 changed files with 1 additions and 0 deletions

View File

@ -327,6 +327,7 @@ void TemplateArgumentListBuilder::EndPack() {
AddingToPack = false;
// FIXME: This is a memory leak!
StructuredArgs = new TemplateArgument[MaxStructuredArgs];
// First copy the flat entries over to the list (if any)