Revision f157153...
Go back to digest for 10th July 2011Features in Development Tools
Milian Wolff committed changes in [kdevelop/c++0x] /cpp/cppduchain:
cpp2011 support: fixup decltype support: additional parens only add a ref, not a const ref
TODO: improve expression visitor to properly track const-ness in cases like
struct A { int x; }
const A* a = new A;
// now visiting a->x should give a 'const int' type
File Changes
Modified 3 files
- /cpp/cppduchain
- languages/type_visitor.cpp
- languages/typebuilder.cpp
- languages/tests/test_duchain_cpp2011.cpp
3 files changed in total