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

Clang: final and override keywords are not highlighted

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • Qt Creator 3.6.0
    • Qt Creator 3.5.0
    • C/C++/Obj-C++ Support
    • None
    • Kubuntu 15.04 x86_64

    Description

      The final and override C++11 keywords are not colored as keywords when clang code model is used. Try the following code snippet:

      struct base
      {
      	virtual void foo() = 0;
      };
      
      struct derived final :
      	public base
      {
      	virtual void foo() override {}
      };
      

      Attachments

        Issue Links

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

          Activity

            People

              kosjar Nikolai Kosjar
              lastique Andrey Semashev
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes