<?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 cxx2a-constraint-exprs.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>713562f5 - [Concepts] Transform constraints of non-template functions to ConstantEvaluated</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/cxx2a-constraint-exprs.cpp#713562f5</link>
        <description>[Concepts] Transform constraints of non-template functions to ConstantEvaluatedWe would previously try to evaluate atomic constraints of non-template functions as-is,and since they are now unevaluated at first, this would cause incorrect evaluation (bugs #44657, #44656).Substitute into atomic constraints of non-template functions as we would atomic constraintsof template functions, in order to rebuild the expressions in a constant-evaluated context.

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/cxx2a-constraint-exprs.cpp</description>
        <pubDate>Sat, 25 Jan 2020 20:54:27 +0000</pubDate>
        <dc:creator>Saar Raz &lt;saar@raz.email&gt;</dc:creator>
    </item>
<item>
        <title>73eaf624 - [Concepts] Make constraint expressions unevaluated until satisfaction checking</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/cxx2a-constraint-exprs.cpp#73eaf624</link>
        <description>[Concepts] Make constraint expressions unevaluated until satisfaction checkingAs per P1980R0, constraint expressions are unevaluated operands, and their constituent atomicconstraints only become constant evaluated during satisfaction checking.Change the evaluation context during parsing and instantiation of constraints to unevaluated.

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/cxx2a-constraint-exprs.cpp</description>
        <pubDate>Fri, 24 Jan 2020 00:22:17 +0000</pubDate>
        <dc:creator>Saar Raz &lt;saar@raz.email&gt;</dc:creator>
    </item>
</channel>
</rss>
