forked from qt-creator/qt-creator
Clang: add follow symbol infrastructure
Add messages and jobs Change-Id: I875280216da40ce08d972024789c060205746421 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -53,6 +53,7 @@ public:
|
||||
CompleteCode,
|
||||
RequestDocumentAnnotations,
|
||||
RequestReferences,
|
||||
FollowSymbol,
|
||||
};
|
||||
|
||||
enum class Condition {
|
||||
@@ -102,6 +103,7 @@ public:
|
||||
quint32 line = 0;
|
||||
quint32 column = 0;
|
||||
quint64 ticketNumber = 0;
|
||||
bool resolveTarget = true;
|
||||
};
|
||||
|
||||
using JobRequests = QVector<JobRequest>;
|
||||
|
||||
Reference in New Issue
Block a user