<?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>f56cb520 - [DEBUGINFO] [LLDB] Add support for generating debug-info for structured bindings of structs and arrays</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/test/API/lang/cpp/structured-binding/Makefile#f56cb520</link>
        <description>[DEBUGINFO] [LLDB] Add support for generating debug-info for structured bindings of structs and arraysCurrently we are not emitting debug-info for all cases of structured bindings aC++17 feature which allows us to bind names to subobjects in an initializer.A structured binding is represented by a DecompositionDecl AST node and thebinding are represented by a BindingDecl. It looks the original implementationonly covered the tuple like case which be represented by a DeclRefExpr whichcontains a VarDecl.If the binding is to a subobject of the struct the binding will contain aMemberExpr and in the case of arrays it will contain an ArraySubscriptExpr.This PR adds support emitting debug-info for the MemberExpr and ArraySubscriptExprcases as well as llvm and lldb tests for these cases as well as the tuple case.Differential Revision: https://reviews.llvm.org/D119178

            List of files:
            /llvm-project-15.0.7/lldb/test/API/lang/cpp/structured-binding/Makefile</description>
        <pubDate>Thu, 17 Feb 2022 19:13:46 +0000</pubDate>
        <dc:creator>Shafik Yaghmour &lt;syaghmour@apple.com&gt;</dc:creator>
    </item>
</channel>
</rss>
