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

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

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes