forked from qt-creator/qt-creator
Fix: no scope walking for name resolving after MemAccess operator
Change-Id: Ic093079fa65d8d749911fd9f5b0f629e9fe68a1e Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
@@ -996,7 +996,6 @@ void CppToolsPlugin::test_completion_cyclic_inheritance_data()
|
||||
"};\n"
|
||||
"\n"
|
||||
"Class<int> c;\n"
|
||||
"c.\n"
|
||||
"@\n"
|
||||
;
|
||||
completions.append("Class");
|
||||
@@ -1006,7 +1005,6 @@ void CppToolsPlugin::test_completion_cyclic_inheritance_data()
|
||||
completions.append("class_recurse_t");
|
||||
QTest::newRow("case: direct cyclic inheritance with templates, more complex situation")
|
||||
<< code << completions;
|
||||
|
||||
}
|
||||
|
||||
void CppToolsPlugin::test_completion_enclosing_template_class()
|
||||
|
||||
Reference in New Issue
Block a user