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

operator-> is broken for typedef pointer...

XMLWordPrintable

      when type name is equal to class name.

      Broken in 6b67f24865dba2f6712967d5af70024339228e64 (https://codereview.qt-project.org/41158)

      typedef struct Foo
      {
          int foo;
      } Foo;
      
      void baz()
      {
          Foo *bar;
          bar-> // no completion
          bar. // completion...
      }

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

            erikv Erik Verbruggen
            orgads Orgad Shaneh
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes