<?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 fixed_point_same_fbits.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b16a3b4f - [Clang] Add -no-opaque-pointers to more tests (NFC)</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Frontend/fixed_point_same_fbits.c#b16a3b4f</link>
        <description>[Clang] Add -no-opaque-pointers to more tests (NFC)This adds the flag to more tests that were not caught by themass-migration in 532dc62b907554b3f07f17205674aa71e76fc863.

            List of files:
            /llvm-project-15.0.7/clang/test/Frontend/fixed_point_same_fbits.c</description>
        <pubDate>Thu, 07 Apr 2022 10:15:37 +0000</pubDate>
        <dc:creator>Nikita Popov &lt;npopov@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>532dc62b - [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Frontend/fixed_point_same_fbits.c#532dc62b</link>
        <description>[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)This adds -no-opaque-pointers to clang tests whose output willchange when opaque pointers are enabled by default. This isintended to be part of the migration approach described inhttps://discourse.llvm.org/t/enabling-opaque-pointers-by-default/61322/9.The patch has been produced by replacing %clang_cc1 with%clang_cc1 -no-opaque-pointers for tests that fail with opaquepointers enabled. Worth noting that this doesn&apos;t cover all tests,there&apos;s a remaining ~40 tests not using %clang_cc1 that will needa followup change.Differential Revision: https://reviews.llvm.org/D123115

            List of files:
            /llvm-project-15.0.7/clang/test/Frontend/fixed_point_same_fbits.c</description>
        <pubDate>Thu, 07 Apr 2022 10:03:55 +0000</pubDate>
        <dc:creator>Nikita Popov &lt;npopov@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>7de71613 - Use functions with prototypes when appropriate; NFC</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Frontend/fixed_point_same_fbits.c#7de71613</link>
        <description>Use functions with prototypes when appropriate; NFCA significant number of our tests in C accidentally use functionswithout prototypes. This patch converts the function signatures to havea prototype for the situations where the test is not specific to K&amp;R Cdeclarations. e.g.,  void func();becomes  void func(void);This is the sixth batch of tests being updated (there are a significantnumber of other tests left to be updated).

            List of files:
            /llvm-project-15.0.7/clang/test/Frontend/fixed_point_same_fbits.c</description>
        <pubDate>Wed, 09 Feb 2022 22:13:53 +0000</pubDate>
        <dc:creator>Aaron Ballman &lt;aaron@aaronballman.com&gt;</dc:creator>
    </item>
<item>
        <title>6e16c60f - [Fixed Point Arithmetic] Rename `-fsame-fbits` flag</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Frontend/fixed_point_same_fbits.c#6e16c60f</link>
        <description>[Fixed Point Arithmetic] Rename `-fsame-fbits` flag- Rename the `-fsame-fbits` flag to `-fpadding-on-unsigned-fixed-point`- Move the flag from a driver option to a cc1 option- Rename the `SameFBits` member in TargetInfo to `PaddingOnUnsignedFixedPoint`- Updated descriptionsDifferential Revision: https://reviews.llvm.org/D48727llvm-svn: 335993

            List of files:
            /llvm-project-15.0.7/clang/test/Frontend/fixed_point_same_fbits.c</description>
        <pubDate>Fri, 29 Jun 2018 17:08:19 +0000</pubDate>
        <dc:creator>Leonard Chan &lt;leonardchan@google.com&gt;</dc:creator>
    </item>
<item>
        <title>7170b5ae - Fixed test that failed when checking what variable a value was stored</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Frontend/fixed_point_same_fbits.c#7170b5ae</link>
        <description>Fixed test that failed when checking what variable a value was storedin for fixed point types.llvm-svn: 335155

            List of files:
            /llvm-project-15.0.7/clang/test/Frontend/fixed_point_same_fbits.c</description>
        <pubDate>Wed, 20 Jun 2018 18:48:05 +0000</pubDate>
        <dc:creator>Leonard Chan &lt;leonardchan@google.com&gt;</dc:creator>
    </item>
<item>
        <title>db01c3ad - [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Frontend/fixed_point_same_fbits.c#db01c3ad</link>
        <description>[Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsThis diff includes the logic for setting the precision bits for each primary fixed point type in the target info and logic for initializing a fixed point literal.Fixed point literals are declared using the suffixes```hr: short _Fractuhr: unsigned short _Fractr: _Fractur: unsigned _Fractlr: long _Fractulr: unsigned long _Fracthk: short _Accumuhk: unsigned short _Accumk: _Accumuk: unsigned _Accum```Errors are also thrown for illegal literal values```unsigned short _Accum u_short_accum = 256.0uhk;   // expected-error{{the integral part of this literal is too large for this unsigned _Accum type}}```Differential Revision: https://reviews.llvm.org/D46915llvm-svn: 335148

            List of files:
            /llvm-project-15.0.7/clang/test/Frontend/fixed_point_same_fbits.c</description>
        <pubDate>Wed, 20 Jun 2018 17:19:40 +0000</pubDate>
        <dc:creator>Leonard Chan &lt;leonardchan@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
