<?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 typo-correction-recursive.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>dde98c82 - Fix issue in typo handling which could lead clang to hang</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Sema/typo-correction-recursive.cpp#dde98c82</link>
        <description>Fix issue in typo handling which could lead clang to hangSummary:We need to detect when certain TypoExprs are not being transformeddue to invalid trees, otherwise we risk endlessly trying to fix it.Reviewers: rsmithSubscribers: cfe-commitsTags: #clangDifferential Revision: https://reviews.llvm.org/D84067

            List of files:
            /llvm-project-15.0.7/clang/test/Sema/typo-correction-recursive.cpp</description>
        <pubDate>Fri, 17 Jul 2020 19:06:28 +0000</pubDate>
        <dc:creator>David Goldman &lt;davg@google.com&gt;</dc:creator>
    </item>
<item>
        <title>fd4d7770 - [Sema][Typo] Fix assertion failure for expressions with multiple typos</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Sema/typo-correction-recursive.cpp#fd4d7770</link>
        <description>[Sema][Typo] Fix assertion failure for expressions with multiple typosSummary:As Typo Resolution can create new TypoExprs while resolving typos,it is necessary to recurse through the expression to search for moretypos.This should fix the assertion failure in `clang::Sema::~Sema()`:  `DelayedTypos.empty() &amp;&amp; &quot;Uncorrected typos!&quot;`Notes:- In case some TypoExprs are created but thrown away, Sema  now has a Vector that is used to keep track of newly created  typos.- For expressions with multiple typos, we only give suggestions  if we are able to resolve all typos in the expression- This patch is similar to D37521 except that it does not eagerly  commit to a correction for the first typo in the expression.  Instead, it will search for corrections which fix all of the  typos in the expression.Subscribers: cfe-commitsTags: #clangDifferential Revision: https://reviews.llvm.org/D62648llvm-svn: 369427

            List of files:
            /llvm-project-15.0.7/clang/test/Sema/typo-correction-recursive.cpp</description>
        <pubDate>Tue, 20 Aug 2019 19:03:15 +0000</pubDate>
        <dc:creator>David Goldman &lt;dallasftball@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
