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

Clang: No completion icon for names introduced by typedef/using

XMLWordPrintable

      class Foo {};
      typedef Foo FooTypedefed;
      using FooUsing = Foo;
      
      void f()
      {
          Foo// COMPLETE HERE
      }
      

      Icon is shown for "Foo", but not for the names that are introduced with typedef/using.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes