Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Done
-
Affects Version/s: Qt Creator 5.0.0, Qt Creator 5.0.2
-
Fix Version/s: Qt Creator 6.0.0-beta2
-
Component/s: C/C++/Obj-C++ Support, Editors
-
Labels:
-
Platform/s:
-
Commits: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
-