forked from qt-creator/qt-creator
Clang: Clean up some IPC names
This is long overdue since some names were simply wrong and/or misleading. Also, some of the old names were long enough to almost get crazy. The renaming starts from ClangCodeModelServerInterface and ClangCodeModelClientInterface and affects usages and related functions. For the ClangCodeModelServerInterface, categorize the messages in - messages that require a response (request*) - notification messages (the remaining ones) Change-Id: I5342ed8e0d87404ee72f3c3766fd8ef7505defb1 Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -157,7 +157,7 @@ TEST_F(DocumentProcessors, ProcessEmpty)
|
||||
TEST_F(DocumentProcessorsSlowTest, ProcessSingle)
|
||||
{
|
||||
DocumentProcessor documentProcessor = documentProcessors.create(document);
|
||||
documentProcessor.addJob(JobRequest::Type::UpdateDocumentAnnotations);
|
||||
documentProcessor.addJob(JobRequest::Type::UpdateAnnotations);
|
||||
|
||||
const JobRequests jobsStarted = documentProcessors.process();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user