https://bugs.kde.org/show_bug.cgi?id=373063
--- Comment #2 from Nicolás Alvarez <nicolas.alva...@gmail.com> --- I confirm this is fixed when using clang 3.8.1. Well, kind of fixed. It seems bug 369840 affects auto too: unsigned long int x; auto y = x; The tooltip for y says 'int', dropping the 'unsigned' and 'long' modifiers. -- You are receiving this mail because: You are watching all bug changes.