<?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 conditional-expr-2.m</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c68e1406 - Improve diagnostics when we fail to convert from a source type to a</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaObjC/conditional-expr-2.m#c68e1406</link>
        <description>Improve diagnostics when we fail to convert from a source type to adestination type for initialization, assignment, parameter-passing,etc. The main issue fixed here is that we used rather confusingwording for diagnostics such ast.c:2:9: warning: initializing &apos;char const [2]&apos; discards qualifiers,      expected &apos;char *&apos; [-pedantic]  char *name = __func__;        ^      ~~~~~~~~We&apos;re not initializing a &apos;char const [2]&apos;, we&apos;re initializing a &apos;char*&apos; with an expression of type &apos;char const [2]&apos;. Similar problemsexisted for other diagnostics in this area, so I&apos;ve normalized them allwith more precise descriptive text to say what we&apos;reinitializing/converting/assigning/etc. from and to. The warning forthe code above is now:t.c:2:9: warning: initializing &apos;char *&apos; from an expression of type      &apos;char const [2]&apos; discards qualifiers [-pedantic]  char *name = __func__;        ^      ~~~~~~~~Fixes &lt;rdar://problem/7447179&gt;.llvm-svn: 100832

            List of files:
            /llvm-project-15.0.7/clang/test/SemaObjC/conditional-expr-2.m</description>
        <pubDate>Fri, 09 Apr 2010 00:35:39 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.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/SemaObjC/conditional-expr-2.m#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/SemaObjC/conditional-expr-2.m</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>0399c1c9 - Change tests to use clang -cc1...</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaObjC/conditional-expr-2.m#0399c1c9</link>
        <description>Change tests to use clang -cc1...llvm-svn: 91297

            List of files:
            /llvm-project-15.0.7/clang/test/SemaObjC/conditional-expr-2.m</description>
        <pubDate>Mon, 14 Dec 2009 17:36:25 +0000</pubDate>
        <dc:creator>Fariborz Jahanian &lt;fjahanian@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>1b821b4f - Improve semantic checking for blocks.  Radar 6441502</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaObjC/conditional-expr-2.m#1b821b4f</link>
        <description>Improve semantic checking for blocks.  Radar 6441502llvm-svn: 71145

            List of files:
            /llvm-project-15.0.7/clang/test/SemaObjC/conditional-expr-2.m</description>
        <pubDate>Thu, 07 May 2009 03:14:14 +0000</pubDate>
        <dc:creator>Mike Stump &lt;mrs@apple.com&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/SemaObjC/conditional-expr-2.m#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/SemaObjC/conditional-expr-2.m</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>344e74a9 - Fix &lt;rdar://problem/6499801&gt; clang does not detect objc type mismatch in conditional expr</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaObjC/conditional-expr-2.m#344e74a9</link>
        <description>Fix &lt;rdar://problem/6499801&gt; clang does not detect objc type mismatch in conditional exprllvm-svn: 64393

            List of files:
            /llvm-project-15.0.7/clang/test/SemaObjC/conditional-expr-2.m</description>
        <pubDate>Thu, 12 Feb 2009 19:05:07 +0000</pubDate>
        <dc:creator>Steve Naroff &lt;snaroff@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>de1ec9cd - Improve type-checking of ?: for Objective-C types.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaObjC/conditional-expr-2.m#de1ec9cd</link>
        <description>Improve type-checking of ?: for Objective-C types. - Allow any Objective-C object types to devolve to type id in a ?:   expression. This matches gcc behavior more closely.llvm-svn: 55705

            List of files:
            /llvm-project-15.0.7/clang/test/SemaObjC/conditional-expr-2.m</description>
        <pubDate>Wed, 03 Sep 2008 17:53:25 +0000</pubDate>
        <dc:creator>Daniel Dunbar &lt;daniel@zuster.org&gt;</dc:creator>
    </item>
</channel>
</rss>
