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

Clang: final and override keywords are not highlighted

XMLWordPrintable

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

      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 {}
      };
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes