<?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-super.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>6524c05d - Do not add a colon chunk to the code completion of class inheritance access modifiers</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/complete-super.cpp#6524c05d</link>
        <description>Do not add a colon chunk to the code completion of class inheritance access modifiersWith enabled CINDEXTEST_CODE_COMPLETE_PATTERNS env option (which enablesIncludeCodePatterns in completion options) code completion after coloncurrently suggests access modifiers with 2 completion chunks which isincorrect.Example:class A : &lt;Cursor&gt;B{}Currently we get &apos;NotImplemented:{TypedText public}{Colon :} (40)&apos;but the correct line is just &apos;NotImplemented:{TypedText public} (40)&apos;The fix introduces more specific scope that occurs between &apos;:&apos; and &apos;{&apos;It allows us to determine when we don&apos;t need to add &apos;:&apos; as a secondchunk to the public/protected/private access modifiers.Patch by Ivan Donchevskii!Differential Revision: https://reviews.llvm.org/D38618llvm-svn: 316436

            List of files:
            /llvm-project-15.0.7/clang/test/Index/complete-super.cpp</description>
        <pubDate>Tue, 24 Oct 2017 13:46:58 +0000</pubDate>
        <dc:creator>Erik Verbruggen &lt;erikjv@me.com&gt;</dc:creator>
    </item>
<item>
        <title>9489cdf2 - Don&apos;t include the &apos;:&apos; following code-completion suggestions for</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/complete-super.cpp#9489cdf2</link>
        <description>Don&apos;t include the &apos;:&apos; following code-completion suggestions for&apos;public&apos;, &apos;private&apos;, or &apos;protected&apos;, unless code completion patternsare enabled. Fixes &lt;rdar://problem/11189132&gt;.llvm-svn: 154413

            List of files:
            /llvm-project-15.0.7/clang/test/Index/complete-super.cpp</description>
        <pubDate>Tue, 10 Apr 2012 17:56:28 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>0787b322 - Tweak code-completion result priorities, so that exact and similar</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/complete-super.cpp#0787b322</link>
        <description>Tweak code-completion result priorities, so that exact and similartype matches have a bigger impact. The impetus for this change wasthat, when initializing an enumeration value, we want enumerators ofthat enumeration type to have a higher priority than, e.g., unrelatedlocal variables.llvm-svn: 116774

            List of files:
            /llvm-project-15.0.7/clang/test/Index/complete-super.cpp</description>
        <pubDate>Tue, 19 Oct 2010 00:03:23 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>db5c09a8 - Get rid of the lame attempt to prioritize &quot;void&quot; functions at</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/complete-super.cpp#db5c09a8</link>
        <description>Get rid of the lame attempt to prioritize &quot;void&quot; functions atstatement context; it really isn&apos;t helpful in practice (rememberprintf!) and we&apos;ll be doing other adjustments for statements very soon.llvm-svn: 114358

            List of files:
            /llvm-project-15.0.7/clang/test/Index/complete-super.cpp</description>
        <pubDate>Mon, 20 Sep 2010 21:25:19 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>09c0eb15 - Synchronize code-completion cursor kinds with indexing cursor</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/complete-super.cpp#09c0eb15</link>
        <description>Synchronize code-completion cursor kinds with indexing cursorkinds. How shameful that this code was duplicated!llvm-svn: 113033

            List of files:
            /llvm-project-15.0.7/clang/test/Index/complete-super.cpp</description>
        <pubDate>Fri, 03 Sep 2010 23:30:36 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>ac322ec9 - Implement the &quot;call super&quot; code completion for C++. If the virtual</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/complete-super.cpp#ac322ec9</link>
        <description>Implement the &quot;call super&quot; code completion for C++. If the virtualmember function you&apos;re typing in overrides another virtual function,this fills in a (qualified!) call to that virtual function to makesuch delegation easy.llvm-svn: 112294

            List of files:
            /llvm-project-15.0.7/clang/test/Index/complete-super.cpp</description>
        <pubDate>Fri, 27 Aug 2010 21:18:54 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
</channel>
</rss>
