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

Clang: Regression in highlighting

    XMLWordPrintable

Details

    • c209aaf22e2c8a6e438037fe509b6d039b18d712

    Description

      After this commit
      commit 7ce9ef9db4ae499f4c7ac67e3640785634d5e369
      Author: Marco Bubke <marco.bubke@theqtcompany.com>
      Date: Wed Nov 18 17:07:44 2015 +0100

      QtCreator started to wrongly highlight types and maxros. Example is below

      using TGoodInt = int;
      typedef int TInt;
      #define THIS_IS_MACROS ;
      
      int main(int argc, char *argv[]) {
      
          TGoodInt a;
          TInt b;
          THIS_IS_MACROS;
      }
      

      Compare colour of TInt and TGoodInt. Their colours should be the same.
      Colour of macros should be bold black (as colour of #define)

      Attachments

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

        Activity

          People

            kosjar Nikolai Kosjar
            dimanne DimanNe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes