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

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

    XMLWordPrintable

Details

    Description

      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.

      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:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes