Clang: Don't reparse before code completion

Task-number: QTCREATORBUG-15365
Change-Id: I37f623449fa95268f1a0a5d5e66d75df0582c183
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
Marco Bubke
2015-11-30 16:10:28 +01:00
committed by Nikolai Kosjar
parent 2186e42697
commit 514a96c75f
5 changed files with 12 additions and 4 deletions

View File

@@ -66,7 +66,7 @@
namespace ClangBackEnd {
namespace {
const int delayedDocumentAnnotationsTimerInterval = 300;
const int delayedDocumentAnnotationsTimerInterval = 500;
}
ClangIpcServer::ClangIpcServer()