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

Show code model diagnostics in pane for current document / active project

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Won't Do
    • P3: Somewhat important
    • None
    • None
    • C/C++/Obj-C++ Support
    • None

    Description

      The editor shows orange triangles next to lines that would cause a warning when the appropriate compiler flag is given, i.e. if (my_qreal == 0.0) would trigger this and show the following in the tooltip:

      Warning: comparing floating point with == or != is unsafe (-Wfloat-equal)"

      It would be nice to get an overview of all those messages, without the need to inspect every line or every file in the project. Something similar to the 'To-Do Entries' where you can specify the scope of the messages to show, but then not for specific patterns, but for these warning messages.

      Attachments

        Issue Links

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

          Activity

            People

              kandeler Christian Kandeler
              koen.poppe koen.poppe
              Votes:
              5 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes