<?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 __null.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>ebcbe4b6 - Reapply r152745 (reverted in 152765) now that compiler-rt is fixed.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/__null.cpp#ebcbe4b6</link>
        <description>Reapply r152745 (reverted in 152765) now that compiler-rt is fixed.Original commit message:Provide -Wnull-conversion separately from -Wconversion.Like GCC, provide a NULL conversion to non-pointer conversion as a separateflag, on by default. GCC&apos;s flag is &quot;conversion-null&quot; which we provide forcross compatibility, but in the interests of consistency (with-Wint-conversion, -Wbool-conversion, etc) the canonical Clang flag is called-Wnull-conversion.Patch by Lubos Lunak.Review feedback by myself, Chandler Carruth, and Chad Rosier.llvm-svn: 152774

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/__null.cpp</description>
        <pubDate>Thu, 15 Mar 2012 04:50:32 +0000</pubDate>
        <dc:creator>David Blaikie &lt;dblaikie@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2860fbb7 - Revert r152745 as it&apos;s breaking the internal buildbots.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/__null.cpp#2860fbb7</link>
        <description>Revert r152745 as it&apos;s breaking the internal buildbots.Abbreviated commit message:Provide -Wnull-conversion separately from -Wconversion.llvm-svn: 152765

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/__null.cpp</description>
        <pubDate>Thu, 15 Mar 2012 01:00:38 +0000</pubDate>
        <dc:creator>Chad Rosier &lt;mcrosier@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>1ce8dbb9 - Provide -Wnull-conversion separately from -Wconversion.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/__null.cpp#1ce8dbb9</link>
        <description>Provide -Wnull-conversion separately from -Wconversion.Like GCC, provide a NULL conversion to non-pointer conversion as a separateflag, on by default. GCC&apos;s flag is &quot;conversion-null&quot; which we provide forcross compatibility, but in the interests of consistency (with-Wint-conversion, -Wbool-conversion, etc) the canonical Clang flag is called-Wnull-conversion.Patch by Lubos Lunak.Review feedback by myself, Chandler Carruth, and Chad Rosier.llvm-svn: 152745

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/__null.cpp</description>
        <pubDate>Wed, 14 Mar 2012 22:28:22 +0000</pubDate>
        <dc:creator>David Blaikie &lt;dblaikie@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a8bea4b9 - Initial steps to improve diagnostics when there is a NULL and</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/__null.cpp#a8bea4b9</link>
        <description>Initial steps to improve diagnostics when there is a NULL anda non-pointer on the two sides of a conditional expression.Patch by Stephen Hines and Mihai Rusu.llvm-svn: 125995

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/__null.cpp</description>
        <pubDate>Fri, 18 Feb 2011 23:54:50 +0000</pubDate>
        <dc:creator>Chandler Carruth &lt;chandlerc@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8fbe78f6 - Update tests to use %clang_cc1 instead of &apos;clang-cc&apos; or &apos;clang -cc1&apos;.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/__null.cpp#8fbe78f6</link>
        <description>Update tests to use %clang_cc1 instead of &apos;clang-cc&apos; or &apos;clang -cc1&apos;. - This is designed to make it obvious that %clang_cc1 is a &quot;test variable&quot;   which is substituted. It is &apos;%clang_cc1&apos; instead of &apos;%clang -cc1&apos; because it   can be useful to redefine what gets run as &apos;clang -cc1&apos; (for example, to set   a default target).llvm-svn: 91446

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/__null.cpp</description>
        <pubDate>Tue, 15 Dec 2009 20:14:24 +0000</pubDate>
        <dc:creator>Daniel Dunbar &lt;daniel@zuster.org&gt;</dc:creator>
    </item>
<item>
        <title>8b576979 - Eliminate &amp;&amp;s in tests.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/__null.cpp#8b576979</link>
        <description>Eliminate &amp;&amp;s in tests. - &apos;for i in $(find . -type f); do sed -e &apos;s#\(RUN:.*[^ ]\) *&amp;&amp; *$#\1#g&apos; $i | FileUpdate $i; done&apos;, for the curious.llvm-svn: 86430

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/__null.cpp</description>
        <pubDate>Sun, 08 Nov 2009 01:45:36 +0000</pubDate>
        <dc:creator>Daniel Dunbar &lt;daniel@zuster.org&gt;</dc:creator>
    </item>
<item>
        <title>a45cf5b6 - Rename clang to clang-cc.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/__null.cpp#a45cf5b6</link>
        <description>Rename clang to clang-cc.Tests and drivers updated, still need to shuffle dirs.llvm-svn: 67602

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/__null.cpp</description>
        <pubDate>Tue, 24 Mar 2009 02:24:46 +0000</pubDate>
        <dc:creator>Daniel Dunbar &lt;daniel@zuster.org&gt;</dc:creator>
    </item>
<item>
        <title>39def3ad - Add codegen support for __null</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/__null.cpp#39def3ad</link>
        <description>Add codegen support for __nullllvm-svn: 61314

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/__null.cpp</description>
        <pubDate>Sun, 21 Dec 2008 22:39:40 +0000</pubDate>
        <dc:creator>Anders Carlsson &lt;andersca@mac.com&gt;</dc:creator>
    </item>
<item>
        <title>2dc61144 - Make sure __null test runs in both 32- and 64-bit. Thanks Anders</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/__null.cpp#2dc61144</link>
        <description>Make sure __null test runs in both 32- and 64-bit. Thanks Andersllvm-svn: 60360

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/__null.cpp</description>
        <pubDate>Mon, 01 Dec 2008 18:05:11 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>dc37c814 - Add the test for __null</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/__null.cpp#dc37c814</link>
        <description>Add the test for __nullllvm-svn: 60357

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/__null.cpp</description>
        <pubDate>Mon, 01 Dec 2008 17:31:21 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
</channel>
</rss>
