<?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 complex-conversion.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0241637c - Sema: disable implicit conversion from _Complex to real types in C++.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/complex-conversion.cpp#0241637c</link>
        <description>Sema: disable implicit conversion from _Complex to real types in C++.Converting a _Complex type to a real one simply discards the imaginary part.This can easily lead to loss of information so for safety (and GCCcompatibility) this patch disallows that when the conversion would be implicit.The one exception is bool, which actually compares both real and imaginaryparts and so is safe.llvm-svn: 310427

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/complex-conversion.cpp</description>
        <pubDate>Tue, 08 Aug 2017 23:18:05 +0000</pubDate>
        <dc:creator>Tim Northover &lt;tnorthover@apple.com&gt;</dc:creator>
    </item>
</channel>
</rss>
