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

Clang code model shows tip "is here" without any link

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • Qt Creator 3.3.1
    • Qt Creator 3.2.2, Qt Creator 3.3.0
    • C/C++/Obj-C++ Support
    • None
    • Windows 7, 64 bit

    Description

      On definition of some class move constructor in cpp file without noexcept
      MidiChords::MidiChords(MidiChords &&) = default;
      Clang code model highlights error with a tooltip:

      [move constructor] is missing exception specification 'noexcept'
      previous declaration is here

      but doesn't show the link "where" (not necessarily be clickable, just a file with a line is fine) - or it shouldn't print 'previous declaration is here'.

      Attachments

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

        Activity

          People

            kosjar Nikolai Kosjar
            trig-ger Andrey M. Tokarev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes