C++: Fix crash when deducing auto (with invalid ids)

Task-number: QTCREATORBUG-7801

Change-Id: I61436148ed1428a50a6840ba9109310a57dabaa4
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
This commit is contained in:
Leandro Melo
2012-09-04 15:21:03 +02:00
parent 8ba422d07c
commit 6750a1c829
6 changed files with 54 additions and 28 deletions

View File

@@ -252,6 +252,7 @@ private:
QSharedPointer<Control> _control;
};
bool CPLUSPLUS_EXPORT compareName(const Name *name, const Name *other);
bool CPLUSPLUS_EXPORT compareFullyQualifiedName(const QList<const Name *> &path,
const QList<const Name *> &other);