<?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 pch-through4.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5550aa00 - When skipping code at the start of a file during PCH use, Preprocessor::Lex</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/PCH/pch-through4.cpp#5550aa00</link>
        <description>When skipping code at the start of a file during PCH use, Preprocessor::Lexis not used since it consumes all preprocessor directives until it returnsa real token. Using the specific Lexer (i.e. CurLexer-&gt;Lex) makes itpossible to stop skipping after an #include or #pragma hdrstop. Previouslythe skipping code was only handling CurLexer, now all will be handledcorrectly.Fixes: llvm.org/PR41585Differential Revision: https://reviews.llvm.org/D61217llvm-svn: 359506

            List of files:
            /llvm-project-15.0.7/clang/test/PCH/pch-through4.cpp</description>
        <pubDate>Mon, 29 Apr 2019 21:21:17 +0000</pubDate>
        <dc:creator>Mike Rice &lt;michael.p.rice@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
