<?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 member-template-access-expr.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>7555b6a4 - Improve some of the conversion warnings to fire on conversion to bool.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/member-template-access-expr.cpp#7555b6a4</link>
        <description>Improve some of the conversion warnings to fire on conversion to bool.Moves the bool bail-out down a little in SemaChecking - so now-Wnull-conversion and -Wliteral-conversion can fire when the target type isbool.Also improve the wording/details in the -Wliteral-conversion warning to matchthe -Wconstant-conversion.llvm-svn: 156826

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/member-template-access-expr.cpp</description>
        <pubDate>Tue, 15 May 2012 16:56:36 +0000</pubDate>
        <dc:creator>David Blaikie &lt;dblaikie@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>09ffc9b4 - Enable warn_impcast_literal_float_to_integer by default.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/member-template-access-expr.cpp#09ffc9b4</link>
        <description>Enable warn_impcast_literal_float_to_integer by default.This diagnostic seems to be production ready, it&apos;s just an oversight that itwasn&apos;t turned on by default.The test changes are a bit of a mixed bag. Some tests that seemed like theyclearly didn&apos;t need to use this behavior have been modified not to use it.Others that I couldn&apos;t be sure about, I added the necessary expected-warningsto.It&apos;s possible the diagnostic message could be improved to make it clearer thatthis warning can be suppressed by using a value that won&apos;t lose precision whenconverted to the target type (but can still be a floating point literal, suchas &quot;bool b = 1.0;&quot;).llvm-svn: 154068

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/member-template-access-expr.cpp</description>
        <pubDate>Thu, 05 Apr 2012 00:16:44 +0000</pubDate>
        <dc:creator>David Blaikie &lt;dblaikie@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>fc6c3e73 - When performing template name lookup for a dependent member access</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/member-template-access-expr.cpp#fc6c3e73</link>
        <description>When performing template name lookup for a dependent member accessexpression such as the &quot;foo&quot; in &quot;this-&gt;blah.foo&lt;1, 2&gt;&quot;, and we can&apos;tlook into the type of &quot;this-&gt;blah&quot; (e.g., because it is dependent),look into the local scope of a template of the same name. Fixes&lt;rdar://problem/8198511&gt;.llvm-svn: 108531

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/member-template-access-expr.cpp</description>
        <pubDate>Fri, 16 Jul 2010 16:54:17 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>27b174f4 - When determining whether the type is the current instantiation, strip</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/member-template-access-expr.cpp#27b174f4</link>
        <description>When determining whether the type is the current instantiation, stripqualifiers. Fixes PR6021.llvm-svn: 93513

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/member-template-access-expr.cpp</description>
        <pubDate>Fri, 15 Jan 2010 16:05:33 +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/SemaTemplate/member-template-access-expr.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/SemaTemplate/member-template-access-expr.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>41127188 - When starting a C++ member access expression, make sure to compute the</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/member-template-access-expr.cpp#41127188</link>
        <description>When starting a C++ member access expression, make sure to compute thetype of the object even when it is dependent. Specifically, this makessure that we get the right type for &quot;this-&gt;&quot;, which is important whenperforming name lookup into this scope to determine whether anidentifier or operator-function-id is a template name.llvm-svn: 86060

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/member-template-access-expr.cpp</description>
        <pubDate>Wed, 04 Nov 2009 22:49:18 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>954de179 - Implement &quot;incremental&quot; template instantiation for non-type template</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/member-template-access-expr.cpp#954de179</link>
        <description>Implement &quot;incremental&quot; template instantiation for non-type templateparameters and template type parameters, which occurs whensubstituting into the declarations of member templates inside classtemplates. This eliminates errors about our inability to &quot;reducenon-type template parameter depth&quot;, fixing PR5311.Also fixes a bug when instantiating a template type parameterdeclaration in a member template, where we weren&apos;t properly reducingthe template parameter&apos;s depth.LLVM&apos;s StringSwitch header now parses.llvm-svn: 85669

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/member-template-access-expr.cpp</description>
        <pubDate>Sat, 31 Oct 2009 17:21:17 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>d3319842 - Fix overload resolution when calling a member template or taking the</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/member-template-access-expr.cpp#d3319842</link>
        <description>Fix overload resolution when calling a member template or taking theaddress of a member template when explicit template arguments areprovided.llvm-svn: 84991

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/member-template-access-expr.cpp</description>
        <pubDate>Sat, 24 Oct 2009 04:59:53 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>a5cb6da0 - Handle substitutions into the &quot;first qualifier in scope&quot; of a</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/member-template-access-expr.cpp#a5cb6da0</link>
        <description>Handle substitutions into the &quot;first qualifier in scope&quot; of aqualified member access expression (e.g., t-&gt;U::member) when thatfirst qualifier refers to a template parameters.llvm-svn: 84612

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/member-template-access-expr.cpp</description>
        <pubDate>Tue, 20 Oct 2009 05:58:46 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>c59e5619 - Parse a simple-template-id following a &apos;~&apos; when calling a destructor, e.g.,</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/member-template-access-expr.cpp#c59e5619</link>
        <description>Parse a simple-template-id following a &apos;~&apos; when calling a destructor, e.g.,  t-&gt;~T&lt;A0, A1&gt;()Fixes PR5213.llvm-svn: 84545

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/member-template-access-expr.cpp</description>
        <pubDate>Mon, 19 Oct 2009 22:04:39 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>308047d3 - Initial stab at implement dependent member references to member</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/member-template-access-expr.cpp#308047d3</link>
        <description>Initial stab at implement dependent member references to membertemplates, e.g.,    x.template get&lt;T&gt;We can now parse these, represent them within an UnresolvedMemberExprexpression, then instantiate that expression node in simple cases.This allows us to stumble through parsing LLVM&apos;s Casting.h.llvm-svn: 81300

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/member-template-access-expr.cpp</description>
        <pubDate>Wed, 09 Sep 2009 00:23:06 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
</channel>
</rss>
