Revision 0644dae...

Go back to digest for 10th July 2011

Features in Development Tools

Milian Wolff committed changes in [kdevelop/c++0x] /cpp:

proper support for decltype in typebuilder/visitor

we can just do what typeof does, but need to handle the special
case of additional parens properly, which this commit does now

also adds a fairly big unit test

TODO: codegenerator?
TODO: type_compiler.cpp?
TODO: m_typeId in type_visitor?
TODO: share code between type visitor and type builder

File Changes

Modified 10 files
  • /cpp
  •   languagesduchain/type_visitor.cpp
  •   languagesduchain/typebuilder.cpp
  •   languagesduchain/typeutils.cpp
  •   languagesduchain/typeutils.h
  •   languages/parser/ast.h
  •   languages/parser/codegenerator.cpp
  •   languages/parser/parser.cpp
  •   languages/parser/type_compiler.cpp
  •   languagesduchain/tests/test_duchain.h
  •   languagesduchain/tests/test_duchain_cpp2011.cpp
10 files changed in total