Bug 60948 - indexer should pick up all headers in include path
Summary: indexer should pick up all headers in include path
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-parser (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: 2.0.1   Edit
Assignee: Bogdan Gheorghe CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 55160 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-05-04 14:04 EDT by Chris Wiebe CLA
Modified: 2004-08-03 15:59 EDT (History)
1 user (show)

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-05-04 14:04:01 EDT
Right now the index does not contain symbols from any files not referenced by a
.cpp file.  This is problematic when you want to browse new types from an
external header, such as choosing a base class in the class wizard.

I realize there may be performance/scalability ramifications - maybe this could
be turned off in a prefs page?
Comment 1 John Camelon CLA 2004-05-04 14:10:48 EDT
Loose header files in the workspace I can deal with ... 
The others, we'll have to see.
Comment 2 Bogdan Gheorghe CLA 2004-06-25 10:33:09 EDT
*** Bug 55160 has been marked as a duplicate of this bug. ***
Comment 3 Bogdan Gheorghe CLA 2004-06-29 02:22:27 EDT
Fixed in head.

- BG