<?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 array-size-64.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>e765e0bc - Use functions with prototypes when appropriate; NFC</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Sema/array-size-64.c#e765e0bc</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 first 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/Sema/array-size-64.c</description>
        <pubDate>Thu, 03 Feb 2022 21:39:21 +0000</pubDate>
        <dc:creator>Aaron Ballman &lt;aaron@aaronballman.com&gt;</dc:creator>
    </item>
<item>
        <title>dfdb7319 - Limit number of bits in size representation so that bit size fit 64 bits.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Sema/array-size-64.c#dfdb7319</link>
        <description>Limit number of bits in size representation so that bit size fit 64 bits.This fixes PR8256 and some others.llvm-svn: 186385

            List of files:
            /llvm-project-15.0.7/clang/test/Sema/array-size-64.c</description>
        <pubDate>Tue, 16 Jul 2013 07:14:18 +0000</pubDate>
        <dc:creator>Serge Pavlov &lt;sepavloff@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>caa1bf43 - Emit an error if an array is too large. We&apos;re slightly more strict</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Sema/array-size-64.c#caa1bf43</link>
        <description>Emit an error if an array is too large. We&apos;re slightly more strictthan GCC 4.2 here when building 32-bit (where GCC will allowallocation of an array for which we can&apos;t get a valid past-the-endpointer), and emulate its odd behavior in 64-bit where it only allows63 bits worth of storage in the array. The former is a correctnessissue; the latter is harmless in practice (you wouldn&apos;t be able to usesuch an array anyway) and helps us pass a GCC DejaGNU test.Fixes &lt;rdar://problem/8212293&gt;.llvm-svn: 111338

            List of files:
            /llvm-project-15.0.7/clang/test/Sema/array-size-64.c</description>
        <pubDate>Wed, 18 Aug 2010 00:39:00 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
</channel>
</rss>
