| Summary: | kdevelop drops modifiers for types declared using decltype | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Radu Benea <kitanatahu> |
| Component: | Language Support: CPP (Clang-based) | Assignee: | kdevelop-bugs-null |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | anton, nalvarez |
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Radu Benea
2016-10-03 21:03:52 UTC
This seems to affect auto too: unsigned long int x; auto y = x; The tooltip for y says 'int', dropping the 'unsigned' and 'long' modifiers. |