forked from qt-creator/qt-creator
Debugger/CPP: Move helpers to simplify types to CPlusPlus-lib.
Make available for log simplification, etc. Add autotest, fix broken std::set and MSVC. Rubber-stamped-by: Christian Kamm <christian.d.kamm@nokia.com>
This commit is contained in:
@@ -104,6 +104,11 @@ CPLUSPLUS_EXPORT const Name *rewriteName(const Name *name,
|
||||
SubstitutionEnvironment *env,
|
||||
Control *control);
|
||||
|
||||
// Simplify complicated STL template types, such as
|
||||
// 'std::basic_string<char,std::char_traits<char>,std::allocator<char> > '->
|
||||
// 'std::string'.
|
||||
CPLUSPLUS_EXPORT QString simplifySTLType(const QString &typeIn);
|
||||
|
||||
} // end of namespace CPlusPlus
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user