XMLWordPrintable

Details

    • 080bf4ecb8b7b70d6410e3342e37dacd5aef8ff3

    Description

      Hi,

      I have reproduced code that badly draws links and finds bad link location.

      typedef enum {
          FIRST,
          SECOND,
          THIRD
      } isNotInt;          // last link (struc,isNotInt) jumps here
      
      typedef struct {
          int isint;       // drawn red like member - good
          int isNotInt;    // drawn pink like enum - bad
      } myStruct;
      
      void funct(void)
      {
          myStruct struc;
          struc.isint;     // isInt drawn red, and jumps to correct link - good
          struc.isNotInt;  // isNotInt drawn black, and jumps to 
                           // enum definition - bad 
      }
      

      Attachments

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

        Activity

          People

            kosjar Nikolai Kosjar
            pperisin Petar
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes