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

Clang: Template parameters for function parameters not shown in function call completion

    XMLWordPrintable

Details

    Description

      class Element {};
      
      template <typename T>
      class Container {
          T member;
      };
      
      void f(const Container<Element> &strings)
      {
          f(<COMPLETE-HERE>)
      }
      

      Attachments

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

        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