<?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 cxa_bad_typeid.pass.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>eb8650a7 - [runtimes][NFC] Remove filenames at the top of the license notice</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxxabi/test/cxa_bad_typeid.pass.cpp#eb8650a7</link>
        <description>[runtimes][NFC] Remove filenames at the top of the license noticeWe&apos;ve stopped doing it in libc++ for a while now because these nameswould end up rotting as we move things around and copy/paste stuff.This cleans up all the existing files so as to stop the spreadingas people copy-paste headers around.

            List of files:
            /llvm-project-15.0.7/libcxxabi/test/cxa_bad_typeid.pass.cpp</description>
        <pubDate>Wed, 17 Nov 2021 21:25:01 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8d313927 - [libc++abi] Get rid of warnings when running the tests with GCC</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxxabi/test/cxa_bad_typeid.pass.cpp#8d313927</link>
        <description>[libc++abi] Get rid of warnings when running the tests with GCC

            List of files:
            /llvm-project-15.0.7/libcxxabi/test/cxa_bad_typeid.pass.cpp</description>
        <pubDate>Fri, 30 Oct 2020 21:33:02 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>cc69d211 - [libc++/abi] Clean up uses of &lt;iostream&gt; in the test suite</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxxabi/test/cxa_bad_typeid.pass.cpp#cc69d211</link>
        <description>[libc++/abi] Clean up uses of &lt;iostream&gt; in the test suiteWe used &lt;iostream&gt; in several places where we don&apos;t actually need thefull power of &lt;iostream&gt;, and where using basic `std::printf` is enough.This is better, since `std::printf` can be supported on systems that don&apos;thave a notion of locales, while &lt;iostream&gt; can&apos;t.

            List of files:
            /llvm-project-15.0.7/libcxxabi/test/cxa_bad_typeid.pass.cpp</description>
        <pubDate>Tue, 13 Oct 2020 19:47:31 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>e6d94f4b - [libc++abi] Replace LIBCXXABI_HAS_NO_EXCEPTIONS by TEST_HAS_NO_EXCEPTIONS</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxxabi/test/cxa_bad_typeid.pass.cpp#e6d94f4b</link>
        <description>[libc++abi] Replace LIBCXXABI_HAS_NO_EXCEPTIONS by TEST_HAS_NO_EXCEPTIONSThis clarifies the difference between test for exception support inlibc++abi tests and support for exceptions built into libc++abi.This also removes the rather confusing similarity between the_LIBCXXABI_NO_EXCEPTIONS and LIBCXXABI_HAS_NO_EXCEPTIONS macros.Finally, TEST_HAS_NO_EXCEPTIONS is also detected automatically basedon -fno-exceptions, so it doesn&apos;t have to be specified explicitlythrough Lit&apos;s compile_flags.

            List of files:
            /llvm-project-15.0.7/libcxxabi/test/cxa_bad_typeid.pass.cpp</description>
        <pubDate>Tue, 09 Jun 2020 19:47:37 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>31cbe0f2 - [libc++] Remove the c++98 Lit feature from the test suite</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxxabi/test/cxa_bad_typeid.pass.cpp#31cbe0f2</link>
        <description>[libc++] Remove the c++98 Lit feature from the test suiteC++98 and C++03 are effectively aliases as far as Clang is concerned.As such, allowing both std=c++98 and std=c++03 as Lit parameters isjust slightly confusing, but provides no value. It&apos;s similar to allowingboth std=c++17 and std=c++1z, which we don&apos;t do.This was discovered because we had an internal bot that ran the testsuite under both c++98 AND c++03 -- one of which is redundant.Differential Revision: https://reviews.llvm.org/D80926

            List of files:
            /llvm-project-15.0.7/libcxxabi/test/cxa_bad_typeid.pass.cpp</description>
        <pubDate>Mon, 01 Jun 2020 14:38:23 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>57b08b09 - Update more file headers across all of the LLVM projects in the monorepo</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxxabi/test/cxa_bad_typeid.pass.cpp#57b08b09</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-15.0.7/libcxxabi/test/cxa_bad_typeid.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>ece18f4c - [libcxxabi][test] Add missing return statement.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxxabi/test/cxa_bad_typeid.pass.cpp#ece18f4c</link>
        <description>[libcxxabi][test] Add missing return statement.This causes a test failure when running with -Werror=return-type.NFC.llvm-svn: 271423

            List of files:
            /llvm-project-15.0.7/libcxxabi/test/cxa_bad_typeid.pass.cpp</description>
        <pubDate>Wed, 01 Jun 2016 19:13:53 +0000</pubDate>
        <dc:creator>Asiri Rathnayake &lt;asiri.rathnayake@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>57e446da - [libcxxabi] Introduce a -fno-exceptions libc++abi libary variant</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxxabi/test/cxa_bad_typeid.pass.cpp#57e446da</link>
        <description>[libcxxabi] Introduce a -fno-exceptions libc++abi libary variantCurrently there is only support for a -fno-exceptions libc++ build. This isproblematic for functions such as std::terminate() which are defined inlibc++abi and using any of those functions throws away most of the benefitsof using -fno-exceptions (code-size). This patch introduces a -fno-exceptionslibc++abi build to address this issue.This new variant of libc++abi cannot be linked against any with-exceptionscode as some symbols necessary for handling exceptions are missing in thislibrary.Differential revision: http://reviews.llvm.org/D20677Reviewers: EricWF, mclow.lists, bcraigllvm-svn: 271267

            List of files:
            /llvm-project-15.0.7/libcxxabi/test/cxa_bad_typeid.pass.cpp</description>
        <pubDate>Tue, 31 May 2016 12:01:32 +0000</pubDate>
        <dc:creator>Asiri Rathnayake &lt;asiri.rathnayake@arm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
