<?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 class-template-partial-specializations.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>258c3aee - Revert &quot;Re-apply &quot;Deferred Concept Instantiation Implementation&quot;&quot;&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/CXX/temp/temp.constr/temp.constr.order/class-template-partial-specializations.cpp#258c3aee</link>
        <description>Revert &quot;Re-apply &quot;Deferred Concept Instantiation Implementation&quot;&quot;&quot;This reverts commit befa8cf087dbb8159a4d9dc8fa4d6748d6d5049a.Apparently this breaks some libc++ builds with an apparent assertion, so I&apos;m looking into that .

            List of files:
            /llvm-project-15.0.7/clang/test/CXX/temp/temp.constr/temp.constr.order/class-template-partial-specializations.cpp</description>
        <pubDate>Fri, 01 Jul 2022 18:20:16 +0000</pubDate>
        <dc:creator>Erich Keane &lt;erich.keane@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>befa8cf0 - Re-apply &quot;Deferred Concept Instantiation Implementation&quot;&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/CXX/temp/temp.constr/temp.constr.order/class-template-partial-specializations.cpp#befa8cf0</link>
        <description>Re-apply &quot;Deferred Concept Instantiation Implementation&quot;&quot;This reverts commit d4d47e574ecae562ab32f8ac7fa3f4d424bb6574.This fixes the lldb crash that was observed by ensuring that ourfriend-&apos;template contains reference to&apos; TreeTransform properly handles aTemplateDecl.

            List of files:
            /llvm-project-15.0.7/clang/test/CXX/temp/temp.constr/temp.constr.order/class-template-partial-specializations.cpp</description>
        <pubDate>Thu, 30 Jun 2022 19:03:42 +0000</pubDate>
        <dc:creator>Erich Keane &lt;erich.keane@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d4d47e57 - Revert &quot;Deferred Concept Instantiation Implementation&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/CXX/temp/temp.constr/temp.constr.order/class-template-partial-specializations.cpp#d4d47e57</link>
        <description>Revert &quot;Deferred Concept Instantiation Implementation&quot;This reverts commit 2f207439521d62d9551b2884158368e8b34084e5 because ittriggers an assertion when building an LLDB test program:  Assertion failed: (InstantiatingSpecializations.empty() &amp;&amp; &quot;failed to  clean up an InstantiatingTemplate?&quot;), function ~Sema, file  /Users/buildslave/jenkins/workspace/lldb-cmake/llvm-project/clang/lib/Sema/Sema.cpp,  line 458.More details in https://reviews.llvm.org/D126907.

            List of files:
            /llvm-project-15.0.7/clang/test/CXX/temp/temp.constr/temp.constr.order/class-template-partial-specializations.cpp</description>
        <pubDate>Thu, 30 Jun 2022 18:35:12 +0000</pubDate>
        <dc:creator>Jonas Devlieghere &lt;jonas@devlieghere.com&gt;</dc:creator>
    </item>
<item>
        <title>2f207439 - Deferred Concept Instantiation Implementation</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/CXX/temp/temp.constr/temp.constr.order/class-template-partial-specializations.cpp#2f207439</link>
        <description>Deferred Concept Instantiation ImplementationThis is a continuation of D119544.  Based on @rsmith &apos;s feed backshowing me https://eel.is/c++draft/temp#friend-9, We should properlyhandle friend functions now.Differential Revision: https://reviews.llvm.org/D126907

            List of files:
            /llvm-project-15.0.7/clang/test/CXX/temp/temp.constr/temp.constr.order/class-template-partial-specializations.cpp</description>
        <pubDate>Thu, 19 May 2022 13:44:34 +0000</pubDate>
        <dc:creator>Erich Keane &lt;erich.keane@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>67c608a9 - [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2a</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/CXX/temp/temp.constr/temp.constr.order/class-template-partial-specializations.cpp#67c608a9</link>
        <description>[Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2aNow with concepts support merged and mostly complete, we do not need -fconcepts-ts(which was also misleading as we were not implementing the TS) and can enableconcepts features under C++2a. A warning will be generated if users still attemptto use -fconcepts-ts.

            List of files:
            /llvm-project-15.0.7/clang/test/CXX/temp/temp.constr/temp.constr.order/class-template-partial-specializations.cpp</description>
        <pubDate>Thu, 23 Jan 2020 22:43:22 +0000</pubDate>
        <dc:creator>Saar Raz &lt;saar@raz.email&gt;</dc:creator>
    </item>
<item>
        <title>b65b1f32 - [Concepts] Function trailing requires clauses</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/CXX/temp/temp.constr/temp.constr.order/class-template-partial-specializations.cpp#b65b1f32</link>
        <description>[Concepts] Function trailing requires clausesFunction trailing requires clauses now parsed, supported in overload resolution and when calling, referencing and taking the address of functions or function templates.Differential Revision: https://reviews.llvm.org/D43357

            List of files:
            /llvm-project-15.0.7/clang/test/CXX/temp/temp.constr/temp.constr.order/class-template-partial-specializations.cpp</description>
        <pubDate>Thu, 09 Jan 2020 13:07:51 +0000</pubDate>
        <dc:creator>Saar Raz &lt;saar@raz.email&gt;</dc:creator>
    </item>
<item>
        <title>df061c3e - [Concepts] Constrained partial specializations and function overloads.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/CXX/temp/temp.constr/temp.constr.order/class-template-partial-specializations.cpp#df061c3e</link>
        <description>[Concepts] Constrained partial specializations and function overloads.Added support for constraint satisfaction checking and partial ordering of constraints in constrained partial specialization and function template overloads.Re-commit after fixing another crash (added regression test).Differential Revision: https://reviews.llvm.org/D41910

            List of files:
            /llvm-project-15.0.7/clang/test/CXX/temp/temp.constr/temp.constr.order/class-template-partial-specializations.cpp</description>
        <pubDate>Mon, 23 Dec 2019 06:37:35 +0000</pubDate>
        <dc:creator>Saar Raz &lt;saar@raz.email&gt;</dc:creator>
    </item>
<item>
        <title>d3f5769d - [Concepts] Constrained partial specializations and function overloads.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/CXX/temp/temp.constr/temp.constr.order/class-template-partial-specializations.cpp#d3f5769d</link>
        <description>[Concepts] Constrained partial specializations and function overloads.Added support for constraint satisfaction checking and partial ordering of constraints in constrained partial specialization and function template overloads.Re-commit after fixing some crashes and warnings.Differential Revision: https://reviews.llvm.org/D41910

            List of files:
            /llvm-project-15.0.7/clang/test/CXX/temp/temp.constr/temp.constr.order/class-template-partial-specializations.cpp</description>
        <pubDate>Sun, 22 Dec 2019 07:35:53 +0000</pubDate>
        <dc:creator>Saar Raz &lt;saar@raz.email&gt;</dc:creator>
    </item>
<item>
        <title>fc0731b9 - [Concepts] Constrained partial specializations and function overloads.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/CXX/temp/temp.constr/temp.constr.order/class-template-partial-specializations.cpp#fc0731b9</link>
        <description>[Concepts] Constrained partial specializations and function overloads.Added support for constraint satisfaction checking and partial ordering of constraints in constrained partial specialization and function template overloads.Phabricator: D41910

            List of files:
            /llvm-project-15.0.7/clang/test/CXX/temp/temp.constr/temp.constr.order/class-template-partial-specializations.cpp</description>
        <pubDate>Wed, 18 Dec 2019 18:59:01 +0000</pubDate>
        <dc:creator>Saar Raz &lt;saar@raz.email&gt;</dc:creator>
    </item>
</channel>
</rss>
