forked from qt-creator/qt-creator
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:
@@ -39,7 +39,7 @@ public:
|
||||
int endLine = 0;
|
||||
int endColumn = 0;
|
||||
QString fileName;
|
||||
bool isPureDeclarationForUsage = false;
|
||||
bool isResultOnlyForFallBack = false;
|
||||
};
|
||||
|
||||
} // namespace CppTools
|
||||
|
||||
Reference in New Issue
Block a user