Bug 403798

Summary: Missing noexcept information when hovering on a function
Product: [Applications] kdevelop Reporter: jd.frattini
Component: Language Support: CPP (Clang-based)Assignee: kdevelop-bugs-null
Status: CONFIRMED ---    
Severity: normal CC: jd.frattini
Priority: NOR    
Version First Reported In: 5.3.1   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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).