debugger: special handling for char*

This commit is contained in:
hjk
2009-12-07 12:06:01 +01:00
parent 4794cbf030
commit 32d3db8200
3 changed files with 12 additions and 1 deletions

View File

@@ -70,6 +70,7 @@ bool hasLetterOrNumber(const QString &exp);
bool hasSideEffects(const QString &exp);
bool isKeyWord(const QString &exp);
bool isPointerType(const QString &type);
bool isCharPointerType(const QString &type);
bool isAccessSpecifier(const QString &str);
bool startsWithDigit(const QString &str);
QString stripPointerType(QString type);