https://bugs.kde.org/show_bug.cgi?id=368460

            Bug ID: 368460
           Summary: function signature picks up template parameter names
           Product: kdevelop
           Version: git master
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Language Support: CPP (Clang-based)
          Assignee: kdevelop-bugs-n...@kde.org
          Reporter: m...@milianw.de

seems like we use the wrong clang api somewhere, or it's unclear

Reproducible: Always

Steps to Reproduce:
struct Foo {};
template<class T>
T *acquire(const Foo &name) { return new T; }

hover over acquire and look at whats getting shown:

Actual Results:  
T* acquire(const Foo &T);

Expected Results:  
T* acquire(const Foo &name);

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to