Gnurou / kdev-kernel

KDevelop plugin for hacking the Linux kernel
33 stars 18 forks source link

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

Open Gnurou opened 12 years ago

Gnurou commented 12 years ago

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 commented 12 years ago

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

Gnurou commented 12 years ago

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