<?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>02114e15 - [lldb] Allow limiting the number of error diagnostics when parsing an expression</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/test/API/commands/expression/error-limit/Makefile#02114e15</link>
        <description>[lldb] Allow limiting the number of error diagnostics when parsing an expressionWhile debugging another bug I found out that we currently don&apos;t set any limitfor the number of diagnostics Clang emits. If a user does something thatgenerates a lot of errors (like including some long header file from within theexpression function), then we currently spam the LLDB output with potentiallythousands of Clang error diagnostics.Clang sets a default limit of 20 errors, but given that LLDB is often usedinteractively for small expressions I would say a limit of 5 is enough. Thelimit is implemented as a setting, so if a user cares about seeing having amillion errors printed to their terminal then they can just increase thesettings value.Reviewed By: shafik, mibDifferential Revision: https://reviews.llvm.org/D88889

            List of files:
            /llvm-project-15.0.7/lldb/test/API/commands/expression/error-limit/Makefile</description>
        <pubDate>Tue, 13 Oct 2020 15:12:07 +0000</pubDate>
        <dc:creator>Raphael Isemann &lt;teemperor@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
