<?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 ms-property-error.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>fa755d3e - [Sema][C++] Propagate conversion kind to specialize the diagnostics</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/ms-property-error.cpp#fa755d3e</link>
        <description>[Sema][C++] Propagate conversion kind to specialize the diagnosticsCompute and propagate conversion kind to diagnostics helper in C++to provide more specific diagnostics about incorrect implicitconversions in assignments, initializations, params, etc...Duplicated some diagnostics as errors because C++ is more strict.Tags: #clangDifferential Revision: https://reviews.llvm.org/D74116

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/ms-property-error.cpp</description>
        <pubDate>Tue, 25 Feb 2020 14:49:59 +0000</pubDate>
        <dc:creator>Anastasia Stulova &lt;anastasia.stulova@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>60520e22 - [MSVC] Fix for http://llvm.org/PR25636: indexed accessor property not supported correctly.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/ms-property-error.cpp#60520e22</link>
        <description>[MSVC] Fix for http://llvm.org/PR25636: indexed accessor property not supported correctly.All problems described in http://llvm.org/PR25636 are implemented except for return value of the &apos;put&apos; property. This patch fixes this problem with the indexed propertiesDifferential Revision: http://reviews.llvm.org/D15174llvm-svn: 255218

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/ms-property-error.cpp</description>
        <pubDate>Thu, 10 Dec 2015 04:38:18 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f763027f - [MSVC] &apos;property&apos; with an empty array in array subscript expression.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/ms-property-error.cpp#f763027f</link>
        <description>[MSVC] &apos;property&apos; with an empty array in array subscript expression.MSVC supports &apos;property&apos; attribute and allows to apply it to the declaration of an empty array in a class or structure definition.For example:```__declspec(property(get=GetX, put=PutX)) int x[];```The above statement indicates that x[] can be used with one or more array indices. In this case, i=p-&gt;x[a][b] will be turned into i=p-&gt;GetX(a, b), and p-&gt;x[a][b] = i will be turned into p-&gt;PutX(a, b, i);Differential Revision: http://reviews.llvm.org/D13336llvm-svn: 254067

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/ms-property-error.cpp</description>
        <pubDate>Wed, 25 Nov 2015 12:01:00 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
