forked from qt-creator/qt-creator
		
	CppTools: Reparse editor documents after active project change
Change-Id: I010709c866291bf59c27f4a05765e1ab0efd28af Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
		@@ -119,7 +119,7 @@ void ClangEditorDocumentProcessor::runImpl(
 | 
			
		||||
    m_parserWatcher.setFuture(future);
 | 
			
		||||
 | 
			
		||||
    // Run builtin processor
 | 
			
		||||
    m_builtinProcessor.run();
 | 
			
		||||
    m_builtinProcessor.runImpl(updateParams);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void ClangEditorDocumentProcessor::recalculateSemanticInfoDetached(bool force)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user