Bug 55160 - parser/indexer ignores stand-alone header files
Summary: parser/indexer ignores stand-alone header files
Status: RESOLVED DUPLICATE of bug 60948
Alias: None
Product: CDT
Classification: Tools
Component: cdt-parser (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0   Edit
Assignee: Bogdan Gheorghe CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-17 15:47 EST by Chris Wiebe CLA
Modified: 2004-06-25 10:33 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Wiebe CLA 2004-03-17 15:47:33 EST
If I create a stand-alone header file inside my project (e.g. a class
declaration with all inline methods, so it does not require a .cpp for the body)
the header is not indexed, and consequently the type information is missing from
the "Open Type" dialog.  It might be debatable whether non-#include'd external
headers should be picked up, but I think header files inside a project should
always be indexed, regardless of whether they are #include'd or not.
Comment 1 John Camelon CLA 2004-03-22 13:05:53 EST
True, we need to index stand-alone header files as well.  
Comment 2 Bogdan Gheorghe CLA 2004-06-25 10:33:08 EDT

*** This bug has been marked as a duplicate of 60948 ***