<?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 empty-class-layout.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>44b21749 - PR6037</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp#44b21749</link>
        <description>PR6037Warn on inaccessible direct basellvm-svn: 226423

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp</description>
        <pubDate>Mon, 19 Jan 2015 01:44:02 +0000</pubDate>
        <dc:creator>Nathan Sidwell &lt;nathan@acm.org&gt;</dc:creator>
    </item>
<item>
        <title>7808c6aa - Don&apos;t use dyn_cast on a Type* which might not be canonical. Fixes an extremely obscure record layout bug.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp#7808c6aa</link>
        <description>Don&apos;t use dyn_cast on a Type* which might not be canonical. Fixes an extremely obscure record layout bug.llvm-svn: 169467

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp</description>
        <pubDate>Thu, 06 Dec 2012 03:04:50 +0000</pubDate>
        <dc:creator>Richard Smith &lt;richard-llvm@metafoo.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>c6e68daa - Prior to adding the new &quot;expected-no-diagnostics&quot; directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp#c6e68daa</link>
        <description>Prior to adding the new &quot;expected-no-diagnostics&quot; directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive.llvm-svn: 166280

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp</description>
        <pubDate>Fri, 19 Oct 2012 12:44:48 +0000</pubDate>
        <dc:creator>Andy Gibbs &lt;andyg1001@hotmail.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>2e108376 - Recommit r148056 with fixes to deal with weirdness with bitfields in unions.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp#2e108376</link>
        <description>Recommit r148056 with fixes to deal with weirdness with bitfields in unions.Original message: Make sure adding a field to a struct never reduces its size.  PR11745.llvm-svn: 148070

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp</description>
        <pubDate>Thu, 12 Jan 2012 23:48:56 +0000</pubDate>
        <dc:creator>Eli Friedman &lt;eli.friedman@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>43f1834f - Revert r148056 while I investigate failures.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp#43f1834f</link>
        <description>Revert r148056 while I investigate failures.llvm-svn: 148068

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp</description>
        <pubDate>Thu, 12 Jan 2012 23:27:03 +0000</pubDate>
        <dc:creator>Eli Friedman &lt;eli.friedman@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8c89d125 - Make sure adding a field to a struct never reduces its size.  PR11745.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp#8c89d125</link>
        <description>Make sure adding a field to a struct never reduces its size.  PR11745.llvm-svn: 148056

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp</description>
        <pubDate>Thu, 12 Jan 2012 22:41:25 +0000</pubDate>
        <dc:creator>Eli Friedman &lt;eli.friedman@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>44687206 - Correctly handle fields with virtual bases containing empty subobjects.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp#44687206</link>
        <description>Correctly handle fields with virtual bases containing empty subobjects.llvm-svn: 105628

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp</description>
        <pubDate>Tue, 08 Jun 2010 19:09:24 +0000</pubDate>
        <dc:creator>Anders Carlsson &lt;andersca@mac.com&gt;</dc:creator>
    </item>
<item>
        <title>3e88da9f - Another empty class layout test.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp#3e88da9f</link>
        <description>Another empty class layout test.llvm-svn: 104839

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp</description>
        <pubDate>Thu, 27 May 2010 16:15:06 +0000</pubDate>
        <dc:creator>Anders Carlsson &lt;andersca@mac.com&gt;</dc:creator>
    </item>
<item>
        <title>1ff101cb - Add more empty class layout tests.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp#1ff101cb</link>
        <description>Add more empty class layout tests.llvm-svn: 104838

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp</description>
        <pubDate>Thu, 27 May 2010 16:07:49 +0000</pubDate>
        <dc:creator>Anders Carlsson &lt;andersca@mac.com&gt;</dc:creator>
    </item>
<item>
        <title>5773205a - When recording empty subobjects we should always look at the primary virtual base.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp#5773205a</link>
        <description>When recording empty subobjects we should always look at the primary virtual base.llvm-svn: 104464

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp</description>
        <pubDate>Sun, 23 May 2010 18:14:24 +0000</pubDate>
        <dc:creator>Anders Carlsson &lt;andersca@mac.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/SemaCXX/empty-class-layout.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/SemaCXX/empty-class-layout.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>7f78d85b - Start at NextOffset when laying out bases as well.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp#7f78d85b</link>
        <description>Start at NextOffset when laying out bases as well.llvm-svn: 82831

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp</description>
        <pubDate>Sat, 26 Sep 2009 01:29:10 +0000</pubDate>
        <dc:creator>Anders Carlsson &lt;andersca@mac.com&gt;</dc:creator>
    </item>
<item>
        <title>a6d95b5a - Use NextOffset when laying out a field.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp#a6d95b5a</link>
        <description>Use NextOffset when laying out a field.llvm-svn: 82828

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp</description>
        <pubDate>Sat, 26 Sep 2009 01:09:35 +0000</pubDate>
        <dc:creator>Anders Carlsson &lt;andersca@mac.com&gt;</dc:creator>
    </item>
<item>
        <title>d7d358a6 - Even more work on empty classes.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp#d7d358a6</link>
        <description>Even more work on empty classes.llvm-svn: 82770

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp</description>
        <pubDate>Fri, 25 Sep 2009 15:39:00 +0000</pubDate>
        <dc:creator>Anders Carlsson &lt;andersca@mac.com&gt;</dc:creator>
    </item>
<item>
        <title>e1883100 - Who would have thought that empty classes were so tricky? Handle cases where an empty virtual base class needs to be moved aside because it conflicts with the first field.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp#e1883100</link>
        <description>Who would have thought that empty classes were so tricky? Handle cases where an empty virtual base class needs to be moved aside because it conflicts with the first field.llvm-svn: 82746

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp</description>
        <pubDate>Fri, 25 Sep 2009 01:54:38 +0000</pubDate>
        <dc:creator>Anders Carlsson &lt;andersca@mac.com&gt;</dc:creator>
    </item>
<item>
        <title>4bf82141 - Handle array fields that contain empty structs.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp#4bf82141</link>
        <description>Handle array fields that contain empty structs.llvm-svn: 82744

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp</description>
        <pubDate>Fri, 25 Sep 2009 01:23:32 +0000</pubDate>
        <dc:creator>Anders Carlsson &lt;andersca@mac.com&gt;</dc:creator>
    </item>
<item>
        <title>6f95c705 - More work on empty classes.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp#6f95c705</link>
        <description>More work on empty classes.llvm-svn: 82736

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp</description>
        <pubDate>Fri, 25 Sep 2009 00:02:51 +0000</pubDate>
        <dc:creator>Anders Carlsson &lt;andersca@mac.com&gt;</dc:creator>
    </item>
<item>
        <title>bb66bc8e - More improvements with laying out empty bases.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp#bb66bc8e</link>
        <description>More improvements with laying out empty bases.llvm-svn: 82682

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp</description>
        <pubDate>Thu, 24 Sep 2009 05:21:31 +0000</pubDate>
        <dc:creator>Anders Carlsson &lt;andersca@mac.com&gt;</dc:creator>
    </item>
<item>
        <title>f24b18fb - More work on empty classes.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp#f24b18fb</link>
        <description>More work on empty classes.llvm-svn: 82679

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/empty-class-layout.cpp</description>
        <pubDate>Thu, 24 Sep 2009 03:22:10 +0000</pubDate>
        <dc:creator>Anders Carlsson &lt;andersca@mac.com&gt;</dc:creator>
    </item>
</channel>
</rss>
