diff --git a/src/tools/clangbackend/source/clangjobrequest.cpp b/src/tools/clangbackend/source/clangjobrequest.cpp index 2a37f8bfb2c..b3ec4ac07ff 100644 --- a/src/tools/clangbackend/source/clangjobrequest.cpp +++ b/src/tools/clangbackend/source/clangjobrequest.cpp @@ -157,7 +157,7 @@ static JobRequest::RunConditions conditionsForType(JobRequest::Type type) | Conditions(Condition::DocumentVisible); if (type == Type::RequestReferences || type == Type::FollowSymbol - || type == Type::RequestToolTip) { + || type == Type::RequestToolTip || type == Type::UpdateExtraDocumentAnnotations) { conditions |= Condition::CurrentDocumentRevision; }