<?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>19b4d3ce - [lldb] Don&apos;t emit a warning when using Objective-C getters in expressions</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/test/API/lang/objc/warnings-in-expr-parser/Makefile#19b4d3ce</link>
        <description>[lldb] Don&apos;t emit a warning when using Objective-C getters in expressionsClang emits a warning when accessing an Objective-C getter but not using the result.This gets triggered when just trying to print a getter value in the expression parser (whereClang just sees a normal expression like `obj.getter` while parsing).This patch just disables the warning in the expression parser (similar to what we do withthe C++ equivalent of just accessing a member variable but not doing anything with it).Reviewed By: kastiglioneDifferential Revision: https://reviews.llvm.org/D94307

            List of files:
            /llvm-project-15.0.7/lldb/test/API/lang/objc/warnings-in-expr-parser/Makefile</description>
        <pubDate>Thu, 11 Feb 2021 15:17:44 +0000</pubDate>
        <dc:creator>Raphael Isemann &lt;teemperor@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
