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

context menu for inserting clazy:exclude

XMLWordPrintable

    • 7d83f876e (master)

      In QTC it is possible to silence a clazy warning for a complete file. This is nice, but has two disadvantages:

      1) It is only for your local Qt Creator installation, not for other people on the project

      2) It silence that warning throughout the whole file

       

      My suggestion is to add the following two options to the context menu:

      • Add exclusion in source file for this instance
        • This would add say //clazy:exclude=qt-keywords after the line in question
      • Add exclusion in source file for the whole file.
        • This would add //clazy:excludeall=qt-keywords
          at the top of the file.

      Bonus point for updating existing exclude statements if the line already have one, so

      // clazy::excludeall=qt-keywords,ctor-missing-parent

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

            kandeler Christian Kandeler
            blackie Jesper K. Pedersen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes