forked from qt-creator/qt-creator
		
	Clang: Add symbol storage
Extend file path cache to 64 bit integer. Change-Id: I5627f13d59a3214f389087038482cbcc8d0eb484 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
		@@ -59,7 +59,7 @@ protected:
 | 
			
		||||
    NiceMock<MockPchCreator> mockPchCreator;
 | 
			
		||||
    NiceMock<MockClangPathWatcher> mockClangPathWatcher;
 | 
			
		||||
    NiceMock<MockProjectParts> mockProjectParts;
 | 
			
		||||
    ClangBackEnd::StringCache<Utils::PathString> filePathCache;
 | 
			
		||||
    ClangBackEnd::FilePathCache<> filePathCache;
 | 
			
		||||
    ClangBackEnd::PchManagerServer server{filePathCache, mockClangPathWatcher, mockPchCreator, mockProjectParts};
 | 
			
		||||
    NiceMock<MockPchManagerClient> mockPchManagerClient;
 | 
			
		||||
    SmallString projectPartId1 = "project1";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user