<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0ec761c3 - [lldb] Preserve type sugar when using SBValue::Dereference on C++ references</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/test/API/lang/cpp/dereferencing_references/Makefile#0ec761c3</link>
        <description>[lldb] Preserve type sugar when using SBValue::Dereference on C++ referencesWhen checking for type properties we usually want to strip all kind of typesugar from the type. For example, sugar like Clang&apos;s ElaboratedType or typedefsrarely influence the fundamental behaviour of a type such as its byte size.However we always need to preserve type sugar for everything else as it doesmatter for users that their variable of type `size_t` instead of `unsigned long`for example.This patch fixes one such bug when trying to use the SBValue API to dereferencea type.Reviewed By: werat, shafikDifferential Revision: https://reviews.llvm.org/D103532

            List of files:
            /llvm-project-15.0.7/lldb/test/API/lang/cpp/dereferencing_references/Makefile</description>
        <pubDate>Wed, 02 Jun 2021 17:22:23 +0000</pubDate>
        <dc:creator>Raphael Isemann &lt;teemperor@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
