<?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 cxx-operator-overload.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><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/Index/cxx-operator-overload.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/Index/cxx-operator-overload.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>5d3507d3 - Improve handling of initialization by constructor, by ensuring that</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/cxx-operator-overload.cpp#5d3507d3</link>
        <description>Improve handling of initialization by constructor, by ensuring thatsuch initializations properly convert constructor arguments and fillin default arguments where necessary. This also makes the ownershipmodel more clear.llvm-svn: 81394

            List of files:
            /llvm-project-15.0.7/clang/test/Index/cxx-operator-overload.cpp</description>
        <pubDate>Wed, 09 Sep 2009 23:08:42 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>260a4703 - For a CXXOperatorCallExpr, fix the order that StmtLocResolver uses to check subexpressions.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/cxx-operator-overload.cpp#260a4703</link>
        <description>For a CXXOperatorCallExpr, fix the order that StmtLocResolver uses to check subexpressions.llvm-svn: 77713

            List of files:
            /llvm-project-15.0.7/clang/test/Index/cxx-operator-overload.cpp</description>
        <pubDate>Fri, 31 Jul 2009 19:02:11 +0000</pubDate>
        <dc:creator>Argyrios Kyrtzidis &lt;akyrtzi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e303c9e4 - Prep for new warning.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/cxx-operator-overload.cpp#e303c9e4</link>
        <description>Prep for new warning.llvm-svn: 76643

            List of files:
            /llvm-project-15.0.7/clang/test/Index/cxx-operator-overload.cpp</description>
        <pubDate>Tue, 21 Jul 2009 21:06:08 +0000</pubDate>
        <dc:creator>Mike Stump &lt;mrs@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>851b208a - Use temporary output to avoid running index-test with the same commands multiple times.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/cxx-operator-overload.cpp#851b208a</link>
        <description>Use temporary output to avoid running index-test with the same commands multiple times.llvm-svn: 76513

            List of files:
            /llvm-project-15.0.7/clang/test/Index/cxx-operator-overload.cpp</description>
        <pubDate>Tue, 21 Jul 2009 00:06:46 +0000</pubDate>
        <dc:creator>Argyrios Kyrtzidis &lt;akyrtzi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ed53caeb - Add comments to indicate why RUN lines are below the source code.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/cxx-operator-overload.cpp#ed53caeb</link>
        <description>Add comments to indicate why RUN lines are below the source code.llvm-svn: 75813

            List of files:
            /llvm-project-15.0.7/clang/test/Index/cxx-operator-overload.cpp</description>
        <pubDate>Wed, 15 Jul 2009 18:59:40 +0000</pubDate>
        <dc:creator>Argyrios Kyrtzidis &lt;akyrtzi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9cbe886c - Move the RUN lines on the same file but below the code, as suggested by Sebastian.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/cxx-operator-overload.cpp#9cbe886c</link>
        <description>Move the RUN lines on the same file but below the code, as suggested by Sebastian.llvm-svn: 75608

            List of files:
            /llvm-project-15.0.7/clang/test/Index/cxx-operator-overload.cpp</description>
        <pubDate>Tue, 14 Jul 2009 05:34:59 +0000</pubDate>
        <dc:creator>Argyrios Kyrtzidis &lt;akyrtzi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d49e8dd7 - Add a C++ indexing test case, where we show the references of overloaded &apos;+&apos; plus signs.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/cxx-operator-overload.cpp#d49e8dd7</link>
        <description>Add a C++ indexing test case, where we show the references of overloaded &apos;+&apos; plus signs.Ok, this is a bit out of place since C++ support is way way off, but it was just too cool to not show it off :-)llvm-svn: 75601

            List of files:
            /llvm-project-15.0.7/clang/test/Index/cxx-operator-overload.cpp</description>
        <pubDate>Tue, 14 Jul 2009 03:19:46 +0000</pubDate>
        <dc:creator>Argyrios Kyrtzidis &lt;akyrtzi@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
