Revision 801453

Go back to digest for 27th April 2008

Other in Development Tools

David Nolden committed changes in /trunk/KDE/kdevelop/languages/cpp/cppduchain:

Create the contexts of parameter declaration clauses within the context-builder, not within the type-builder.
Now use-building works correctly within function-definition parameter declaration clauses: It can find types/values defined within the local class now.

Also this makes not only all the highlighting within parameter-declaration clauses work nicely, but it also seems to fix many other highlighting problems that seem to have been side-effects of overlapping smart-ranges.

Yeehaw :-)

File Changes

Modified 8 files
  • /trunk/KDE/kdevelop/languages/cpp/cppduchain
  •   /contextbuilder.cpp
  •   /contextbuilder.h
  •   /cppducontext.h
  •   /declarationbuilder.cpp
  •   /typebuilder.cpp
  •   /typebuilder.h
  •   /tests/test_duchain.cpp
  •   /tests/test_duchain.h
8 files changed in total