Files
qt-creator/tests/auto/cplusplus
Volodymyr Zibarov 9be4a5f839 C++: Fix Find Usages false positive results for function arguments
Code snippet:
void bar();         // call find usages for bar from here
void foo(int bar);  // bar from here should not be in results

Add test for member function false positives, that is part of
QTCREATORBUG-2176. That was already fixed before.

Fixes: QTCREATORBUG-2176
Change-Id: I9a079caa83bbaea1edb7ba6aeb151d4d4c77952f
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
2020-06-15 13:19:51 +00:00
..
2019-05-17 13:33:28 +00:00
2019-05-17 13:33:28 +00:00
2019-11-04 10:31:55 +00:00
2019-05-17 13:33:28 +00:00
2019-05-17 13:33:28 +00:00