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

            Bug ID: 356213
           Summary: "Completion Helper" doesn't pop up when I try of
                    making function as const
           Product: kdevelop
           Version: 4.90.90
          Platform: Kubuntu Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Language Support: CPP (Clang-based)
          Assignee: kdevelop-bugs-n...@kde.org
          Reporter: piotr.mierzwin...@gmail.com

In class MyClass there is function:

declaration (header file)
int myFunction();

Definition (cpp file)
int MyClass::myFunction()
{
..,
}

When I add "const" string at end of name the function in definition or
declaration then nothing happen, only function is highlighted by parser as
incorrect. But when the function is const then if I remove const then
"Completion Helper" pops up.

Reproducible: Always


Actual Results:  
Nothing happen, only function is highlighted by parser as incorrect.

Expected Results:  
"Completion Helper" should pop up and suggest "Update declaration/definition"
with const

KDevelop and KDevplatform cloned at 30.11.2015

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

Reply via email to