Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 3.2.2, Qt Creator 3.3.0
-
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
For Gerrit Dashboard: QTCREATORBUG-13398 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
101543,2 | ClangCodeModel: Ignore child diagnostics of type 'note' and 'ignored' | 3.3 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |