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

Type aliases not highlighted like other types

    XMLWordPrintable

Details

    • e2a727c4505c76edb896471e17fe915ba7864239

    Description

      C++11 type aliases aren't highlighted along with other types. For example,

      typedef unsigned int uint;
      
      uint x = 0;
      

      highlights "uint" in purple (the default), however, with

      using uint = unsigned int;
      
      uint x = 0;
      

      "uint" is simply in black font / not highlighted.

      Attachments

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

        Activity

          People

            kosjar Nikolai Kosjar
            dostende Jo Bates
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes