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

Clang: No function hint (with overloads) for constructors

XMLWordPrintable

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

      Currently we do fallback to normal completion.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes