<?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 warn-implicit-conversion-floating-point-to-bool.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>f4ad2329 - Warn about suspicious implicit conversions from floating point to bool</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/warn-implicit-conversion-floating-point-to-bool.cpp#f4ad2329</link>
        <description>Warn about suspicious implicit conversions from floating point to boolThis warns in two specific situations:1) For potentially swapped function arguments, e.g.     void foo(bool, float);     foo(1.7, false);2) Misplaced brackets around function call arguments, e.g.     bool InRange = fabs(a - b &lt; delta);   Where the last argument in a function call is implicitly converted   from bool to float, and the function returns a float which gets   implicitly converted to bool.Patch by Andreas Eckleder!llvm-svn: 162763

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/warn-implicit-conversion-floating-point-to-bool.cpp</description>
        <pubDate>Tue, 28 Aug 2012 15:44:30 +0000</pubDate>
        <dc:creator>Hans Wennborg &lt;hans@hanshq.net&gt;</dc:creator>
    </item>
</channel>
</rss>
