Bug 71500

Summary: [Indexer] all headers get indexed on project open
Product: [Tools] CDT Reporter: John Camelon <john.camelon>
Component: cdt-coreAssignee: Bogdan Gheorghe <gheorghe>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0.1   
Hardware: All   
OS: Windows XP   
Whiteboard:

Description John Camelon CLA 2004-08-05 14:06:27 EDT
Import a large source tree into a project.  
Close the project.  
Open the project.  
Notice that files that do get included from other files still get indexed 
separately.  

What I would suggest is doing it in 2 passes : first doing all the cpp/cc 
files, then doing the extraneous headers that aren't in your list.  Otherwise, 
you have to update the index job with info about which files it can remove 
from its list.
Comment 1 Bogdan Gheorghe CLA 2004-08-19 18:16:02 EDT
Fixed in head and stream as of August 19th.

- B