Revision 958633f...
Go back to digest for 17th July 2011Features in Development Tools
Milian Wolff committed changes in [kdevelop/c++0x] /cpp:
c++2011 support: DUChain support for trailing return type
TODO: shows bug in type visitor/builder for an example from the spec:
int (*) [4] is apparently a pointer to int[4] and not an array[4] of int*
File Changes
Modified 6 files
- /cpp
- languagesduchain/contextbuilder.cpp
- languagesduchain/typebuilder.cpp
- languagesduchain/typebuilder.h
- languages/parser/default_visitor.cpp
- languagesduchain/tests/test_duchain.h
- languagesduchain/tests/test_duchain_cpp2011.cpp
6 files changed in total