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

Labels in goto are colored incorrectly

XMLWordPrintable

    • 24df1f118 (11.0)

      Labels in goto statements are not colored as labels when clangd is enabled. For example:

      void foo()
      {
      	goto label;
      label:;
      }
      

      The label is colored correctly when clangd is disabled.

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

            kandeler Christian Kandeler
            lastique Andrey Semashev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes