kdev-kernel icon indicating copy to clipboard operation
kdev-kernel copied to clipboard

Function pointers in structures appear as the structure name in the outline

Open Gnurou opened this issue 13 years ago • 2 comments

Example: include/linux/usb/hcd.h. All the member functions pointers of hc_driver are listed as hc_driver, which is confusing. They should not be listed at all since they are not toplevel.

Gnurou avatar Mar 12 '12 08:03 Gnurou

Actually they also appear as such in the popup window that appears when pointing at their declaration.

Gnurou avatar Mar 12 '12 09:03 Gnurou

Also function pointers declared at the root of a file appear as "invalid type"

Gnurou avatar Mar 12 '12 09:03 Gnurou