Revision 81ec5b5...

Go back to digest for 3rd February 2013

Features in Development Tools

Milian Wolff committed changes in [kdevelop/4.5] /cpp/cppduchain:

Add basic support for typedef'ed function pointers.

Properly deduce the function type and create correct declarations
with the identifier of the sub_declaration id in cases such as:

void (*funcptr)(int x);
funcptr myFunc;
int main() {
myFunc(0);
}



DIGEST:

File Changes

Modified 2 files
  • /cpp/cppduchain
  •   languages/declarationbuilder.cpp
  •   languages/tests/test_duchain.cpp
2 files changed in total