CharlesLiMing / cscope-win32

Automatically exported from code.google.com/p/cscope-win32
Other
0 stars 0 forks source link

Does not find function calls with opening paren on next line #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Launch cscope with the -i option to tell it the location of all files 
in the project.

2. Do a "Find functions calling this function" for a function that is only 
called in this fashion:

   somefunctioncall
     ( arg1,
       arg2);

3. cscope returns "Could not find the functions calling this function" 
message.

4. When invoking from within gvim, gets no matches as well.

What is the expected output? What do you see instead?

See above.

What version of the product are you using? On what operating system?

Using version 15.7a on Windows XP.

Please provide any additional information below.

I do not know whether this is an issue with cscope itself of with your 
build of it, I have not tried this on a Unix system.

Original issue reported on code.google.com by fritzoph...@gmail.com on 23 Feb 2010 at 4:47

GoogleCodeExporter commented 8 years ago
Looks like a known issue in the upstream code:

https://sourceforge.net/tracker/?func=detail&aid=757041&group_id=4664&atid=10466
4

Original comment by fritzoph...@gmail.com on 5 Apr 2011 at 10:29