<?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-noexcept.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>30adb9fd - let EST_Uninstantiated in FunctionProtoType::canThrow return</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/class-template-noexcept.cpp#30adb9fd</link>
        <description>let EST_Uninstantiated in FunctionProtoType::canThrow returnCT_DependentWhen compile following code without -std=c++17, clang will abort byllvm_unreachable:class A {  public:  static const char X;};const char A::X = 0;template&lt;typename U&gt; void func() noexcept(U::X);template&lt;class... B, char x&gt;void foo(void(B...) noexcept(x)) {}void bar(){  foo(func&lt;A&gt;);}So, my solution is to let EST_Uninstantiated inFunctionProtoType::canThrow return CT_DependentDifferential Revision: https://reviews.llvm.org/D121498

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/class-template-noexcept.cpp</description>
        <pubDate>Wed, 16 Mar 2022 13:52:41 +0000</pubDate>
        <dc:creator>Zhouyi Zhou &lt;zhouzhouyi@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
