<?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 warn-overloaded-virtual.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>4cebc9db - [Basic] Extend DiagnosticEngine to store and format Qualifiers.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/warn-overloaded-virtual.cpp#4cebc9db</link>
        <description>[Basic] Extend DiagnosticEngine to store and format Qualifiers. Qualifiers can now be streamed into the DiagnosticEngine usingregular &lt;&lt; operator. If Qualifiers are empty &apos;unqualified&apos; willbe printed in the diagnostic otherwise regular qual syntax isused.Differential Revision: https://reviews.llvm.org/D56198llvm-svn: 350386

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/warn-overloaded-virtual.cpp</description>
        <pubDate>Fri, 04 Jan 2019 11:50:36 +0000</pubDate>
        <dc:creator>Anastasia Stulova &lt;anastasia.stulova@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>04559a79 - Updating a comment related to the implementation of -Woverloaded-virtual, and adding a FIXME to a test case. (Drive-by removal of trailing whitespace in the test case as well.)</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/warn-overloaded-virtual.cpp#04559a79</link>
        <description>Updating a comment related to the implementation of -Woverloaded-virtual, and adding a FIXME to a test case. (Drive-by removal of trailing whitespace in the test case as well.)No functional changes.llvm-svn: 214362

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/warn-overloaded-virtual.cpp</description>
        <pubDate>Wed, 30 Jul 2014 23:50:53 +0000</pubDate>
        <dc:creator>Aaron Ballman &lt;aaron@aaronballman.com&gt;</dc:creator>
    </item>
<item>
        <title>05c4d023 - When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to add</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/warn-overloaded-virtual.cpp#05c4d023</link>
        <description>When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to addmore information to the notes.  This information is already present on otherdiagnostic messages that involves overloads.llvm-svn: 178923

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/warn-overloaded-virtual.cpp</description>
        <pubDate>Fri, 05 Apr 2013 23:02:24 +0000</pubDate>
        <dc:creator>Richard Trieu &lt;rtrieu@google.com&gt;</dc:creator>
    </item>
<item>
        <title>282c92a7 - Handle diamond inheritance in -Woverloaded-virtual.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/warn-overloaded-virtual.cpp#282c92a7</link>
        <description>Handle diamond inheritance in -Woverloaded-virtual.llvm-svn: 166254

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/warn-overloaded-virtual.cpp</description>
        <pubDate>Fri, 19 Oct 2012 00:53:08 +0000</pubDate>
        <dc:creator>David Blaikie &lt;dblaikie@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ea4d2590 - Fix -Woverloaded-virtual when the using statement refers to a base declaration of a virtual function.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/warn-overloaded-virtual.cpp#ea4d2590</link>
        <description>Fix -Woverloaded-virtual when the using statement refers to a base declaration of a virtual function.GCC and Clang both do not warn on:  struct a { virtual void func(); };  struct b: a { virtual void func(); void func(int); };  struct c: b { void func(int); using b::func; };but if the &quot;using&quot; was using a::func GCC would still remain silent where Clangwould warn. This change makes Clang consistent with GCC&apos;s existing behavior.llvm-svn: 166154

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/warn-overloaded-virtual.cpp</description>
        <pubDate>Wed, 17 Oct 2012 23:45:39 +0000</pubDate>
        <dc:creator>David Blaikie &lt;dblaikie@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7a1778eb - -Woverloaded-virtual shouldn&apos;t warn for static functions. Fixes rdar://9083431 &amp; http://llvm.org/PR9396.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/warn-overloaded-virtual.cpp#7a1778eb</link>
        <description>-Woverloaded-virtual shouldn&apos;t warn for static functions. Fixes rdar://9083431 &amp; http://llvm.org/PR9396.llvm-svn: 126966

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/warn-overloaded-virtual.cpp</description>
        <pubDate>Thu, 03 Mar 2011 22:58:57 +0000</pubDate>
        <dc:creator>Argyrios Kyrtzidis &lt;akyrtzi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7dd856a7 - For -Woverloaded-virtual take into account canonical methods. Fixes rdar://8979966 &amp; http://llvm.org/PR9182.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/warn-overloaded-virtual.cpp#7dd856a7</link>
        <description>For -Woverloaded-virtual take into account canonical methods. Fixes rdar://8979966 &amp; http://llvm.org/PR9182.llvm-svn: 125296

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/warn-overloaded-virtual.cpp</description>
        <pubDate>Thu, 10 Feb 2011 18:13:41 +0000</pubDate>
        <dc:creator>Argyrios Kyrtzidis &lt;akyrtzi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7272d9cf - Implement -Woverloaded-virtual.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/warn-overloaded-virtual.cpp#7272d9cf</link>
        <description>Implement -Woverloaded-virtual.The difference with gcc is that it warns if you overload virtual methods only ifthe method doesn&apos;t also override any method. This is to cut down on the number of warningsand make it more useful like reported here: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20423.If we want to warn that not all overloads are overriden we can have an additionalwarning like -Wpartial-override.-Woverloaded-virtual, unlike gcc, is added to -Wmost. Addresses rdar://8757630.llvm-svn: 124805

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/warn-overloaded-virtual.cpp</description>
        <pubDate>Thu, 03 Feb 2011 18:01:15 +0000</pubDate>
        <dc:creator>Argyrios Kyrtzidis &lt;akyrtzi@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
