Revision a84155c...

Go back to digest for 6th February 2011

Features in Development Tools

David Nolden committed changes in [kdevelop] /cpp/cppduchain:

- Improve the missing-declaration assistant so that it uses nice initial names for function-arguments, deduced from the names of the used declarations. for example, when calling a.test(myParam), the declared function will be "void test(int myParam)" instead of "void test(int param1)".

- Use the safe IndexedDeclaration instead of Declaration* in OverloadResolver::Parameter

File Changes

Modified 5 files
  • /cpp/cppduchain
  •   languages/adlhelper.cpp
  •   languages/adlhelper.h
  •   languages/expressionvisitor.cpp
  •   languages/missingdeclarationassistant.cpp
  •   languages/overloadresolution.h
5 files changed in total