Clang: Use built-in follow symbol for virtual methods

ClangCodeModel currently does not provide a list of overrides.
Therefore it makes sense to use ClangCodeModel result for
virtual method only if built-in code model does not find anything.

Task-number: QTCREATORBUG-20584
Change-Id: I5b4fac7974f990e741d3438ab61827670a8ce8d8
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
Ivan Donchevskii
2018-06-07 14:23:07 +02:00
parent 75cda95039
commit e1111d4570
7 changed files with 18 additions and 17 deletions

View File

@@ -39,7 +39,7 @@ public:
int endLine = 0;
int endColumn = 0;
QString fileName;
bool isPureDeclarationForUsage = false;
bool isResultOnlyForFallBack = false;
};
} // namespace CppTools