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

member access: . is not changed to ->

    XMLWordPrintable

Details

    • Linux/X11, Windows
    • caf31c4fe (master)

    Description

      tst_memberoperator test fails in test automation.

      Test steps:
      1. Start Creator without clang(-noload ClangCodeModel)
      2. Create a new 'Qt Console Application' project
      3. Add following lines to code:
      #include <QVector>
      QVector<QCoreApplication *> vec;
      vec[0].

      Result:
      According to test 'vec[0].' should be changed to 'vec[0]->'.

      Attachments

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

        Activity

          People

            cstenger Christian Stenger
            jukkanokso Jukka Nokso
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes