Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 3.1.0-beta
-
None
-
Arch Linux 64bit : extra/qtcreator 3.1.0beta1-1
-
54fefd89b86f9b7c3496317bcfcf3882ff72e67c (qt-creator/qt-creator/4.11)
Description
dummy.h
class dummy { dummy() const noexcept; };
Right click dummy() -> Refactor -> Add definition to dummy.cpp
Results :
dummy.cpp
dummy::dummy() const {}
Expected :
dummy.cpp
dummy::dummy() const noexcept {}
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-19157 noexcept specifier not transfered to generated implementation
- Closed
- replaces
-
QTCREATORBUG-11647 Missing exception specification after refactoring "Move Definition to <source_file>.cpp"
- Closed
For Gerrit Dashboard: QTCREATORBUG-11849 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
276527,3 | C++: Transfer noexcept specifier for refactoring actions | 4.11 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |