<?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-call.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>42e31cbe - Fix line endings in recently updated test file</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/complete-call.cpp#42e31cbe</link>
        <description>Fix line endings in recently updated test filellvm-svn: 335220

            List of files:
            /llvm-project-15.0.7/clang/test/Index/complete-call.cpp</description>
        <pubDate>Thu, 21 Jun 2018 12:39:24 +0000</pubDate>
        <dc:creator>Ivan Donchevskii &lt;ivan.donchevskii@qt.io&gt;</dc:creator>
    </item>
<item>
        <title>f83cfda0 - [Sema] Fix overloaded static functions for templates</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/complete-call.cpp#f83cfda0</link>
        <description>[Sema] Fix overloaded static functions for templatesApply almost the same fix as https://reviews.llvm.org/D36390 but for templates.Differential Revision: https://reviews.llvm.org/D43453llvm-svn: 335211

            List of files:
            /llvm-project-15.0.7/clang/test/Index/complete-call.cpp</description>
        <pubDate>Thu, 21 Jun 2018 08:34:50 +0000</pubDate>
        <dc:creator>Ivan Donchevskii &lt;ivan.donchevskii@qt.io&gt;</dc:creator>
    </item>
<item>
        <title>e3962aeb - Fix overloaded static functions in SemaCodeComplete</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/complete-call.cpp#e3962aeb</link>
        <description>Fix overloaded static functions in SemaCodeCompletehttps://bugs.llvm.org/show_bug.cgi?id=33904Happens when static function is accessed via the class variable. That leads to incorrect overloads number because the variable is considered as the first argument.struct Bar {  static void foo(); static void foo(int);};int main() {  Bar b;  b.foo(/*complete here*/); // did not work before  Bar::foo(/*complete here*/); // worked fine}Patch by Ivan Donchevskii!Differential Revision: https://reviews.llvm.org/D36390llvm-svn: 316646

            List of files:
            /llvm-project-15.0.7/clang/test/Index/complete-call.cpp</description>
        <pubDate>Thu, 26 Oct 2017 08:41:28 +0000</pubDate>
        <dc:creator>Benjamin Kramer &lt;benny.kra@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>0c010cdd - Improves overload completion result chunks.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/complete-call.cpp#0c010cdd</link>
        <description>Improves overload completion result chunks.The code building the code completion string for overloads was providingless detail compared to the one building completion strings for functiondeclarations. There was no information about optionals and no informationabout what&apos;s a parameter and what&apos;s a function identifier, everythingbesides ResultType, CurrentParameter and special characters was classifiedas Text.This makes code completion strings for overload candidates to follow apattern very similar, but not identical, to the one in use for functiondeclarations: - return type chunk: ResultType - function identifier chunk: Text - parameter chunks: Placeholder - optional parameter chunks: Optional - current parameter chunk: CurrentParameterllvm-svn: 227309

            List of files:
            /llvm-project-15.0.7/clang/test/Index/complete-call.cpp</description>
        <pubDate>Wed, 28 Jan 2015 14:17:22 +0000</pubDate>
        <dc:creator>Francisco Lopes da Silva &lt;oblita@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>975a9f6e - Initial support for C++ parameter completion</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/complete-call.cpp#975a9f6e</link>
        <description>Initial support for C++ parameter completionThe improved completion in call context now works with: - Functions. - Member functions. - Constructors. - New expressions. - Function call expressions. - Template variants of the previous.There are still rough edges to be fixed: - Provide support for optional parameters.         (fix known) - Provide support for member initializers.         (fix known) - Provide support for variadic template functions. (fix unknown) - Others?llvm-svn: 226670

            List of files:
            /llvm-project-15.0.7/clang/test/Index/complete-call.cpp</description>
        <pubDate>Wed, 21 Jan 2015 16:24:11 +0000</pubDate>
        <dc:creator>Francisco Lopes da Silva &lt;oblita@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
