Revision ad2941a...

Go back to digest for 27th January 2013

Features in Development Tools

Milian Wolff committed changes in [kdev-qmljs] /:

Simplify Code: build types directly in the DeclarationBuilder.

While the context builder is decoupled from the decl builder to
be reused in the use bulider, it does not make sense to also
decouple the typebuilder from the decl builder.

Merging both simplifies the code and makes it faster as well due
to less required locking, indirection and and lookups. We should
do that for all language plugins, really...

File Changes

Deleted 2 files
  •   duchain/typebuilder.cpp
  •   duchain/typebuilder.h
Modified 3 files
  •   duchain/CMakeLists.txt
  •   duchain/declarationbuilder.cpp
  •   duchain/declarationbuilder.h
5 files changed in total