Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
Qt Creator 4.2.1
-
None
-
W7 x64 SP1
Description
Closing bracket is hidden in specific case when tipping lightbulb shows next to it.
Steps to reproduce:
0) enable Clang code model and Clang static analyzer
1) paste following code to file
2) place cursor after [0
3) type ]
Result: bracket is shown but then it is hidden after analyzer recognizes incomplete statement.
Expected result: bracket is shown on it's place.
Code:
int main() { char*str; str[0 }
Attachments
Issue Links
- relates to
-
QTCREATORBUG-18101 Tip lightbulb hides closing bracket in specific case
- Closed