function-args icon indicating copy to clipboard operation
function-args copied to clipboard

Pointers in function arguments

Open jdahm opened this issue 9 years ago • 0 comments

The pop-up with `fa-show' only shows a single pointer level when arguments are of type pointer-to-pointer-of-type. Company shows the correct prototype in the minibuffer, so the fault is probably not with Semantic.

e.g. with the prototype void func(int **a); I get a popup with

(int *a) : void

jdahm avatar Mar 03 '16 18:03 jdahm