<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in contiguous.pass.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>fb855eb941b6d740cc6560297d0b4d3201dcaf9f - [libc++] Qualifies size_t.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/libcxx/test/std/containers/sequences/array/contiguous.pass.cpp#fb855eb941b6d740cc6560297d0b4d3201dcaf9f</link>
        <description>[libc++] Qualifies size_t.This has been done using the following command  find libcxx/test -type f -exec perl -pi -e &apos;s|^([^/]+?)((?&lt;!::)size_t)|\1std::\2|&apos; \{} \;And manually removed some false positives in std/depr/depr.c.headers.The `std` module doesn&apos;t export `::size_t`, this is a preparation for that module.Reviewed By: ldionne, #libc, EricWF, philnikDifferential Revision: https://reviews.llvm.org/D146088

            List of files:
            /llvm-project/libcxx/test/std/containers/sequences/array/contiguous.pass.cpp</description>
        <pubDate>Tue, 14 Mar 2023 20:27:03 +0000</pubDate>
        <dc:creator>Mark de Wever &lt;koraq@xs4all.nl&gt;</dc:creator>
    </item>
<item>
        <title>43562287a816c74be390478d32adc0cb4c4abca4 - [libc++] Granularize &lt;exception&gt;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/libcxx/test/std/containers/sequences/array/contiguous.pass.cpp#43562287a816c74be390478d32adc0cb4c4abca4</link>
        <description>[libc++] Granularize &lt;exception&gt;This patch also updates the moved code to the new style (i.e. formatted, replaced marcos and typedefs)Reviewed By: ldionne, #libcSpies: arichardson, libcxx-commitsDifferential Revision: https://reviews.llvm.org/D145095

            List of files:
            /llvm-project/libcxx/test/std/containers/sequences/array/contiguous.pass.cpp</description>
        <pubDate>Wed, 01 Mar 2023 19:13:55 +0000</pubDate>
        <dc:creator>Nikolas Klauser &lt;nikolasklauser@berlin.de&gt;</dc:creator>
    </item>
<item>
        <title>6900df37d26764b828dbc5c2f98a57abbce1583e - [libc++] Remove Lit annotations for unsupported GCC versions from the test suite</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/libcxx/test/std/containers/sequences/array/contiguous.pass.cpp#6900df37d26764b828dbc5c2f98a57abbce1583e</link>
        <description>[libc++] Remove Lit annotations for unsupported GCC versions from the test suiteSince we officially don&apos;t support several older compilers now, we candrop a lot of the markup in the test suite. This helps keep the testsuite simple and makes sure that UNSUPPORTED annotations don&apos;t rot.This is the first patch of a series that will remove annotations forcompilers that are now unsupported.Differential Revision: https://reviews.llvm.org/D107787

            List of files:
            /llvm-project/libcxx/test/std/containers/sequences/array/contiguous.pass.cpp</description>
        <pubDate>Mon, 09 Aug 2021 22:08:39 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a42a58c9ceedf7358a684e8f28b9dc7edd7a19f3 - [libc++] Mark some tests as unsupported on GCC 5</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/libcxx/test/std/containers/sequences/array/contiguous.pass.cpp#a42a58c9ceedf7358a684e8f28b9dc7edd7a19f3</link>
        <description>[libc++] Mark some tests as unsupported on GCC 5There used to be a workaround where we&apos;d pretend that GCC 5 didn&apos;t supportC++14 because it doesn&apos;t implement it properly. Since that workaround hasbeen removed (in 1eb211ada17a), we need to mark a few individual tests asfailing with GCC 5.

            List of files:
            /llvm-project/libcxx/test/std/containers/sequences/array/contiguous.pass.cpp</description>
        <pubDate>Wed, 08 Jul 2020 15:09:03 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>77b9abfc8e89ca627e4f9a1cc206bea131db6db1 - [libc++] Complete overhaul of constexpr support in std::array</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/libcxx/test/std/containers/sequences/array/contiguous.pass.cpp#77b9abfc8e89ca627e4f9a1cc206bea131db6db1</link>
        <description>[libc++] Complete overhaul of constexpr support in std::arrayThis commit adds missing support for constexpr in std::array under allstandard modes up to and including C++20. It also transforms the &lt;array&gt;tests to check for constexpr-friendliness under the right standard modes.Fixes https://llvm.org/PR40124Fixes rdar://57522096Supersedes https://reviews.llvm.org/D60666Differential Revision: https://reviews.llvm.org/D80452

            List of files:
            /llvm-project/libcxx/test/std/containers/sequences/array/contiguous.pass.cpp</description>
        <pubDate>Fri, 22 May 2020 13:59:48 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>7fc6a55688c816f5fc1a5481ae7af25be7500356 - Add include for &apos;test_macros.h&apos; to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/libcxx/test/std/containers/sequences/array/contiguous.pass.cpp#7fc6a55688c816f5fc1a5481ae7af25be7500356</link>
        <description>Add include for &apos;test_macros.h&apos; to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.llvm-svn: 362252

            List of files:
            /llvm-project/libcxx/test/std/containers/sequences/array/contiguous.pass.cpp</description>
        <pubDate>Fri, 31 May 2019 18:35:30 +0000</pubDate>
        <dc:creator>Marshall Clow &lt;mclow.lists@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2df59c50688c122bbcae7467d3eaf862c3ea3088 - Support tests in freestanding</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/libcxx/test/std/containers/sequences/array/contiguous.pass.cpp#2df59c50688c122bbcae7467d3eaf862c3ea3088</link>
        <description>Support tests in freestandingSummary:Freestanding is *weird*. The standard allows it to differ in a bunch of oddmanners from regular C++, and the committee would like to improve thatsituation. I&apos;d like to make libc++ behave better with what freestanding shouldbe, so that it can be a tool we use in improving the standard. To do that weneed to try stuff out, both with &quot;freestanding the language mode&quot; and&quot;freestanding the library subset&quot;.Let&apos;s start with the super basic: run the libc++ tests in freestanding, usingclang as the compiler, and see what works. The easiest hack to do this:In utils/libcxx/test/config.py add:  self.cxx.compile_flags += [&apos;-ffreestanding&apos;]Run the tests and they all fail.Why? Because in freestanding `main` isn&apos;t special. This &quot;not special&quot; propertyhas two effects: main doesn&apos;t get mangled, and main isn&apos;t allowed to omit its`return` statement. The first means main gets mangled and the linker can&apos;tcreate a valid executable for us to test. The second means we spew out warnings(ew) and the compiler doesn&apos;t insert the `return` we omitted, and main justfalls of the end and does whatever undefined behavior (if you&apos;re luck, ud2leading to non-zero return code).Let&apos;s start my work with the basics. This patch changes all libc++ tests todeclare `main` as `int main(int, char**` so it mangles consistently (enabling usto declare another `extern &quot;C&quot;` main for freestanding which calls the mangledone), and adds `return 0;` to all places where it was missing. This touches 6124files, and I apologize.The former was done with The Magic Of Sed.The later was done with a (not quite correct but decent) clang tool:  https://gist.github.com/jfbastien/793819ff360baa845483dde81170feedThis works for most tests, though I did have to adjust a few places when e.g.the test runs with `-x c`, macros are used for main (such as for the filesystemtests), etc.Once this is in we can create a freestanding bot which will prevent furtherregressions. After that, we can start the real work of supporting C++freestanding fairly well in libc++.&lt;rdar://problem/47754795&gt;Reviewers: ldionne, mclow.lists, EricWFSubscribers: christof, jkorous, dexonsmith, arphaman, miyuki, libcxx-commitsDifferential Revision: https://reviews.llvm.org/D57624llvm-svn: 353086

            List of files:
            /llvm-project/libcxx/test/std/containers/sequences/array/contiguous.pass.cpp</description>
        <pubDate>Mon, 04 Feb 2019 20:31:13 +0000</pubDate>
        <dc:creator>JF Bastien &lt;jfbastien@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>57b08b0944046a6a57ee9b7b479181f548a5b9b4 - Update more file headers across all of the LLVM projects in the monorepo</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/libcxx/test/std/containers/sequences/array/contiguous.pass.cpp#57b08b0944046a6a57ee9b7b479181f548a5b9b4</link>
        <description>Update more file headers across all of the LLVM projects in the monorepoto reflect the new license. These used slightly different spellings thatdefeated my regular expressions.We understand that people may be surprised that we&apos;re moving the headerentirely to discuss the new license. We checked this carefully with theFoundation&apos;s lawyer and we believe this is the correct approach.Essentially, all code in the project is now made available by the LLVMproject under our new license, so you will see that the license headersinclude that license only. Some of our contributors have contributedcode under our old license, and accordingly, we have retained a copy ofour old license notice in the top-level files in each project andrepository.llvm-svn: 351648

            List of files:
            /llvm-project/libcxx/test/std/containers/sequences/array/contiguous.pass.cpp</description>
        <pubDate>Sat, 19 Jan 2019 10:56:40 +0000</pubDate>
        <dc:creator>Chandler Carruth &lt;chandlerc@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c5c29006dc665b90ab5cab3222704369f3f3b5a2 - Add tests to ensure that string/vector/array have contiguous iterators - which they did. Mark N4284 as complete</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/libcxx/test/std/containers/sequences/array/contiguous.pass.cpp#c5c29006dc665b90ab5cab3222704369f3f3b5a2</link>
        <description>Add tests to ensure that string/vector/array have contiguous iterators - which they did. Mark N4284 as completellvm-svn: 238233

            List of files:
            /llvm-project/libcxx/test/std/containers/sequences/array/contiguous.pass.cpp</description>
        <pubDate>Tue, 26 May 2015 18:57:27 +0000</pubDate>
        <dc:creator>Marshall Clow &lt;mclow.lists@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
