<?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 builtin-redecl.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>41af9713 - Limit types of builtins that can be redeclared.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Sema/builtin-redecl.cpp#41af9713</link>
        <description>Limit types of builtins that can be redeclared.As reported here: https://bugs.llvm.org/show_bug.cgi?id=37033Any usage of a builtin function that uses a va_list by referencewill cause an assertion when redeclaring it.After discussion in the review, it was concluded that the correctway of accomplishing this fix is to make attempts to redeclare certainbuiltins an error. Unfortunately, doing this limitation for all builtinsis likely a breaking change, so this commit simply limits it totypes with custom type checking and those that take a reference.Two tests needed to be updated to make this work.Differential Revision: https://reviews.llvm.org/D45383llvm-svn: 330160

            List of files:
            /llvm-project-15.0.7/clang/test/Sema/builtin-redecl.cpp</description>
        <pubDate>Mon, 16 Apr 2018 21:30:08 +0000</pubDate>
        <dc:creator>Erich Keane &lt;erich.keane@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
