<?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 complete-preamble.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5c248d89 - [libclang] Add a flag to create the precompiled preamble on the first parse.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/complete-preamble.cpp#5c248d89</link>
        <description>[libclang] Add a flag to create the precompiled preamble on the first parse.Summary:The current default is to create the preamble on the first reparse, akasecond parse. This is useful for clients that do not want to block whenopening a file because serializing the preamble takes a bit of time.However, this makes the reparse much more expensive and that may be on thecritical path as it&apos;s the first interaction a user has with the source code.YouCompleteMe currently optimizes for the first code interaction by parsingthe file twice when loaded. That&apos;s just unnecessarily slow and this flaghelps to avoid that.Reviewers: doug.gregor, klimekSubscribers: cfe-commitsDifferential Revision: http://reviews.llvm.org/D15490llvm-svn: 255635

            List of files:
            /llvm-project-15.0.7/clang/test/Index/complete-preamble.cpp</description>
        <pubDate>Tue, 15 Dec 2015 09:30:31 +0000</pubDate>
        <dc:creator>Benjamin Kramer &lt;benny.kra@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>19ae1175 - Fix FileCheck --check-prefix lines.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/complete-preamble.cpp#19ae1175</link>
        <description>Fix FileCheck --check-prefix lines.Various tests had sprung up over the years which had --check-prefix=ABC on theRUN line, but &quot;CHECK-ABC:&quot; later on. This happened to work before, but wasstrictly incorrect. FileCheck is getting stricter soon though.Patch by Ron Ofir.llvm-svn: 188174

            List of files:
            /llvm-project-15.0.7/clang/test/Index/complete-preamble.cpp</description>
        <pubDate>Mon, 12 Aug 2013 12:51:05 +0000</pubDate>
        <dc:creator>Tim Northover &lt;tnorthover@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>9ae3956f - [libclang] Remove the ParentKind cursor kind from code-completion results.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/complete-preamble.cpp#9ae3956f</link>
        <description>[libclang] Remove the ParentKind cursor kind from code-completion results.This is to reduce dependency to cursors for the code-completion results.llvm-svn: 164705

            List of files:
            /llvm-project-15.0.7/clang/test/Index/complete-preamble.cpp</description>
        <pubDate>Wed, 26 Sep 2012 16:39:56 +0000</pubDate>
        <dc:creator>Argyrios Kyrtzidis &lt;akyrtzi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cda209a9 - When we need the complete set of visible declarations from a</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/complete-preamble.cpp#cda209a9</link>
        <description>When we need the complete set of visible declarations from adeclaration context, check whether the primary context---not thecurrent context---has any external visible declarations. FixesPR13616.llvm-svn: 162083

            List of files:
            /llvm-project-15.0.7/clang/test/Index/complete-preamble.cpp</description>
        <pubDate>Fri, 17 Aug 2012 05:26:33 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
</channel>
</rss>
