forked from qt-creator/qt-creator
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:
committed by
Nikolai Kosjar
parent
2186e42697
commit
514a96c75f
@@ -225,7 +225,7 @@ TEST_F(CodeCompleter, DISABLED_FunctionInChangedIncludedHeader)
|
||||
CodeCompletion::FunctionCompletionKind)));
|
||||
}
|
||||
|
||||
TEST_F(CodeCompleter, FunctionInChangedIncludedHeaderWithUnsavedContentInMainFile)
|
||||
TEST_F(CodeCompleter, DISABLED_FunctionInChangedIncludedHeaderWithUnsavedContentInMainFile) // it's not that bad because we reparse anyway
|
||||
{
|
||||
unsavedFiles.createOrUpdate({unsavedMainFileContainer});
|
||||
translationUnits.update({unsavedMainFileContainer});
|
||||
|
||||
Reference in New Issue
Block a user