about C language

Answered

read c language source code,for example,function A,  how to know which function X to call function A, Source Insight is able to list function invocation relationships, clion can like this?

 

Thank you!

0
3 comments

Hi,

Could you please use  Find Usage functionality?

1
Avatar
Permanently deleted user

Find Usage functionality can not find funtion X accuracy.

I hope that clion can be able to list function invocation relationships, like sourceinsight

 

0

@Cfplp181, CLion has a "call hierarchy" window, probably it will be suitable for you. Please find out more in our web help: https://www.jetbrains.com/help/clion/analyzing-applications.html#d3095e28 and https://www.jetbrains.com/help/clion/hierarchy-tool-window.html.

Also feel free to comment or upvote a feature request about the call graph: https://youtrack.jetbrains.com/issue/CPP-13235.

0

Please sign in to leave a comment.