Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 5.0.0, Qt Creator 5.0.2
-
-
a013d7572862cde46517d78c84c1a76be73eff66 (qt-creator/qt-creator/master)
Description
Incorrect code parsing opening closing brace indication is seen. Using following code
template<typename T>
void function(QList<std::shared_ptr<T>>&)
{
}
Attached is gif which shows this.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-26395 cannot match right parentheses when cursor on left parentheses
- Closed