<?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 source2.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>516837f2 - [analyzer] Enable analysis of WebKit &quot;unified sources&quot;.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Analysis/unified-sources/source2.cpp#516837f2</link>
        <description>[analyzer] Enable analysis of WebKit &quot;unified sources&quot;.Normally the analyzer begins path-sensitive analysis from functions withinthe main file, even though the path is allowed to go through any functionswithin the translation unit.When a recent version of WebKit is compiled, the &quot;unified sources&quot; techniqueis used, that assumes #including multiple code files into a single main file.Such file would have no functions defined in it, so the analyzer wouldn&apos;t beable to find any entry points for path-sensitive analysis.This patch pattern-matches unified file names that are similar to thoseused by WebKit and allows the analyzer to find entry points in the includedcode files. A more aggressive/generic approach is being planned as well.Differential Revision: https://reviews.llvm.org/D45839llvm-svn: 330876

            List of files:
            /llvm-project-15.0.7/clang/test/Analysis/unified-sources/source2.cpp</description>
        <pubDate>Wed, 25 Apr 2018 21:51:26 +0000</pubDate>
        <dc:creator>Artem Dergachev &lt;artem.dergachev@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
