<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5a02a9a2e67444494f086dfe1cd6f15ba2210bc0 - [lldb] Improve identification of Dlang mangled names (#93881)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lldb/test/API/lang/c/non-mangled/Makefile#5a02a9a2e67444494f086dfe1cd6f15ba2210bc0</link>
        <description>[lldb] Improve identification of Dlang mangled names (#93881)Reduce false positive identification of C names as Dlang mangled names. This happens when a C function uses the prefix `_D`.The [Dlang ABI](https://dlang.org/spec/abi.html#name_mangling) shows that mangled names have a length immediately following the `_D` prefix. This change checks for a digit after the `_D` prefix, when identifying the mangling scheme of a symbol. This doesn&apos;t prevent false positives entirely, but does make it less likely.

            List of files:
            /llvm-project/lldb/test/API/lang/c/non-mangled/Makefile</description>
        <pubDate>Fri, 31 May 2024 18:20:23 +0000</pubDate>
        <dc:creator>Dave Lee &lt;davelee.com@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
