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

Class name after __declspec(dllexport) is not highlighted

    XMLWordPrintable

Details

    • 9ee693ee229d28bd618e8dd44bc6b12750d43a29 (qt-creator/qt-creator/master)

    Description

      class __declspec(dllexport) Foo
      {
          int bar; // Find Usages doesn't find the usage below
      };
      
      int main()
      {
          Foo foo;
          foo.bar; // bar is not highlighted when the caret is on it
      }

      The regression from 2.5 (QTCREATORBUG-7712) was fixed, but still the basic case doesn't work.

      Attachments

        Issue Links

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

          Activity

            People

              kandeler Christian Kandeler
              orgads Orgad Shaneh
              Votes:
              3 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes