forked from OSchip/llvm-project
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:
parent
047f5aa007
commit
8ca2fd2e93
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue