Bug 316232 - kdevelop error checker dosnt work for function calling
Summary: kdevelop error checker dosnt work for function calling
Status: RESOLVED WORKSFORME
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (old) (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL: http://imageupper.com/i/?S01000100900...
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-06 17:21 UTC by nRahimi
Modified: 2022-11-20 05:12 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
It is working fine for me.I don't think there exists an error.Attached is the screenshot to prove the same. (207.19 KB, image/png)
2016-05-15 17:34 UTC, Priyanka Bandaru
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nRahimi 2013-03-06 17:21:28 UTC
cpp checker for kdevelop dosnt work for function calling . you can see an example in uploaded image .

#include <iostream>


int fsum(int x[] , int len){
	if(len == 0)
		return x[0];
	return x[len] + fsum(x,len - 1);
}


int main(int argc, char **argv) {
	int a[5] = { 1 , 2 , 3 , 4 , 5};
	fsum(2);  // here , kdevelop should red underlined .
	std::cout << fsum(a , 4) ;
	return 0;
	
}

Reproducible: Always
Comment 1 Aleix Pol 2013-03-31 00:48:23 UTC
Moving all the bugs from the CPP Parser. It was not well defined the difference between it and C++ Language Support and people kept reporting in both places indistinctively
Comment 2 Priyanka Bandaru 2016-05-15 17:34:25 UTC
Created attachment 98994 [details]
It is working fine for me.I don't think there exists an error.Attached is the screenshot to prove the same.
Comment 3 Justin Zobel 2022-10-21 00:17:49 UTC
Thank you for reporting this bug in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "CONFIRMED" when replying. Thank you!
Comment 4 Bug Janitor Service 2022-11-05 05:07:38 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 5 Bug Janitor Service 2022-11-20 05:12:00 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!