Bug 403798 - Missing noexcept information when hovering on a function
Summary: Missing noexcept information when hovering on a function
Status: CONFIRMED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (Clang-based) (show other bugs)
Version: 5.3.1
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-31 11:13 UTC by jd.frattini
Modified: 2019-02-02 13:51 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jd.frattini 2019-01-31 11:13:07 UTC
When making mouse over a function we know if it is constant, but there is no information about if it is noexcept. This information is as important as if it is constant (it is part of the function signature).