<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in temp-param-subst-linear.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5d331020 - When substituting previously-checked template arguments into a template</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/temp-param-subst-linear.cpp#5d331020</link>
        <description>When substituting previously-checked template arguments into a templatetemplate parameter that is an expanded parameter pack, only substitute into thecurrent slice, not the entire pack.This reduces the checking of N template template arguments for an expandedparameter pack containing N parameters from quadratic time to linear time inthe length of the pack. This is important because one (and possibly the only?)general technique for splitting a template parameter pack in linear timedepends on doing this.llvm-svn: 326973

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/temp-param-subst-linear.cpp</description>
        <pubDate>Thu, 08 Mar 2018 01:07:33 +0000</pubDate>
        <dc:creator>Richard Smith &lt;richard-llvm@metafoo.co.uk&gt;</dc:creator>
    </item>
</channel>
</rss>
