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

ClangCodeModel problem with highlighting references

    XMLWordPrintable

Details

    • Linux/X11, macOS, Windows

    Description

      Clang code model does not highlight values passed by reference to lambdas
       

      auto foo = [](Type &val) { ... }
      
      foo (val // val is displayed as everything else) 
      
      
      void bar(Type &val) { ... }
      
      bar(val // val highlighted f.e. italic) 
       
      

      Attachments

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

        Activity

          People

            kandeler Christian Kandeler
            kirillov_nikita Nikita Kirillov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes