Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-14882

Clang: No function hint (with overloads) for constructors

    XMLWordPrintable

Details

    Description

      struct Foo {
          Foo(int i);
          Foo(char c);
      };
      
      void f()
      {
          Foo foo( // Complete here
      }
      

      Currently we do fallback to normal completion.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              kosjar Nikolai Kosjar
              kosjar Nikolai Kosjar
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes