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.

        For Gerrit Dashboard: QTCREATORBUG-15078
        # Subject Branch Project Status CR V

            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