commit | 7e54fb5fcc7d7b8e843501652cf7c19cea6c4c57 | [log] [tgz] |
---|---|---|
author | Richard Smith <richard-llvm@metafoo.co.uk> | Mon Jul 16 01:09:10 2012 +0000 |
committer | Richard Smith <richard-llvm@metafoo.co.uk> | Mon Jul 16 01:09:10 2012 +0000 |
tree | e8a4ab38aa16a2b4502da66f01884a7a70585ae4 | |
parent | d8672ef2d343a0dbfe838724fb2d9fb4efea6041 [diff] |
PR13365: Fix code which was trying to treat an array of DeducedTemplateArgument as an array of its base class TemplateArgument. Switch the const TemplateArgument* parameters of InstantiatingTemplate's constructors to ArrayRef<TemplateArgument> to prevent this from happening again in the future. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160245 91177308-0d34-0410-b5e6-96231b3b80d8