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

Nested struct not resolved inside member function definition

    XMLWordPrintable

Details

    • 93f57a99a1e9df7e427c346ef78fd1955ee89669

    Description

      struct Foo { void func(); };
      
      void Foo::func()
      {
          struct Bar { int baz; };
          Bar bar;
          bar.baz; // Not highlighted
      }

      Attachments

        Issue Links

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

          Activity

            People

              orgads Orgad Shaneh
              orgads Orgad Shaneh
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes