Skip to content
Snippets Groups Projects
Commit 6ce9a80a authored by Erik Verbruggen's avatar Erik Verbruggen Committed by Kai Koehne
Browse files

C++: fix invalid common prefix calculation.


This was the indirect cause for "random" freezes when using
code-completion. The direct cause was a while loop counting down to 0,
but starting with a negative value. Both are fixed now.

Task-number: QTCREATORBUG-8472
Task-number: QTCREATORBUG-8532
Change-Id: I782a46be3ac8282d7484d0bf0c6fd30be6b171c8
Reviewed-by: default avatarChristian Kandeler <christian.kandeler@digia.com>
Reviewed-by: default avatarKai Koehne <kai.koehne@digia.com>
parent 1675beeb
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment