<?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-msvc-enum-bitfield.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>19701458 - [clang][nearly-NFC] Remove some superfluous uses of NamedDecl::getNameAsString</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/warn-msvc-enum-bitfield.cpp#19701458</link>
        <description>[clang][nearly-NFC] Remove some superfluous uses of NamedDecl::getNameAsString`OS &lt;&lt; ND-&gt;getDeclName();` is equivalent to `OS &lt;&lt; ND-&gt;getNameAsString();`without the extra temporary string.This is not quite a NFC since two uses of `getNameAsString` in adiagnostic are replaced, which results in the named entity beingquoted with additional &quot;&apos;&quot;s (ie: &apos;var&apos; instead of var).

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/warn-msvc-enum-bitfield.cpp</description>
        <pubDate>Wed, 05 Aug 2020 10:48:09 +0000</pubDate>
        <dc:creator>Bruno Ricci &lt;riccibrun@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ad425626 - Add warning when assigning enums to bitfields without an explicit unsigned underlying type</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/warn-msvc-enum-bitfield.cpp#ad425626</link>
        <description>Add warning when assigning enums to bitfields without an explicit unsigned underlying typeSummary:Add a warning when assigning enums to bitfields without an explicitunsigned underlying type. This is to prevent problems with MSVCcompatibility, since the Microsoft ABI defaults to storing enums with asigned type, causing inconsistencies with saving to/reading frombitfields.Also disabled the warning in the dr0xx.cpp test which throws the error,and added a test for the warning.The warning can be disabled with -Wno-signed-enum-bitfield.Patch by Sasha Bermeister!Reviewers: rnk, aaron.ballmanSubscribers: mehdi_amini, aaron.ballman, cfe-commits, thakis, dchengDifferential Revision: https://reviews.llvm.org/D24289llvm-svn: 287177

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/warn-msvc-enum-bitfield.cpp</description>
        <pubDate>Wed, 16 Nov 2016 23:40:00 +0000</pubDate>
        <dc:creator>Reid Kleckner &lt;rnk@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
