<?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>ea9ff9fa - [LLDB][formatters] Add formatter for libc++&apos;s std::span</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/span/Makefile#ea9ff9fa</link>
        <description>[LLDB][formatters] Add formatter for libc++&apos;s std::spanThis patch adds a libcxx formatter for std::span. Theimplementation is based on the libcxx formatter forstd::vector. The main difference is the fact thatstd::span conditionally has a __size member basedon whether it has a static or dynamic extent.Example output of formatted span:(std::span&lt;const int, 18446744073709551615&gt;) $0 = size=6 {  [0] = 0  [1] = 1  [2] = 2  [3] = 3  [4] = 4  [5] = 5}The second template parameter here is actually std::dynamic_extent,but the type declaration we get back from the TypeSystemClang is theactual value (which in this case is (size_t)-1). This is consistentwith diagnostics from clang, which doesn&apos;t desugar this value either.E.g.,:span.cpp:30:31: error: implicit instantiation of undefined template    &apos;Undefined&lt;std::span&lt;int, 18446744073709551615&gt;&gt;&apos;Testing:Added API-testsConfirmed manually using LLDB cli that printing spans works in various scenariosPatch by Michael Buch!Differential Revision: https://reviews.llvm.org/D127481

            List of files:
            /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/span/Makefile</description>
        <pubDate>Mon, 13 Jun 2022 17:51:01 +0000</pubDate>
        <dc:creator>Adrian Prantl &lt;aprantl@apple.com&gt;</dc:creator>
    </item>
</channel>
</rss>
