Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 359901 - C++ Indexer cannot tell class Set from class set
Summary: C++ Indexer cannot tell class Set from class set
Status: RESOLVED WORKSFORME
Alias: None
Product: CDT
Classification: Tools
Component: cdt-indexer (show other bugs)
Version: 8.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Markus Schorn CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-04 15:16 EDT by Duane CLA
Modified: 2011-10-07 15:18 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Duane CLA 2011-10-04 15:16:52 EDT
if code has class Set header and definition with methods that are different than the stl set class, the indexer treats it like the stl set class.  The popup list for completions are wrong and errors are shown even though the code compiles.  Also hovering on variable of type Set pops up a text with the wrong definition of set.


-- Configuration Details --
Product: Eclipse 1.4.1.20110909-0613 (org.eclipse.epp.package.parallel.product)
Installed Features:
 org.eclipse.platform 3.7.1.r37x_v20110729-9gF7UHOxFtniV7mI3T556iZN9AU8bEZ1lHMcVK
Comment 1 Remy Suen CLA 2011-10-04 15:57:06 EDT
Please open C/C++ tooling bugs against CDT.
Comment 2 Markus Schorn CLA 2011-10-05 02:17:13 EDT
You probably have to fix your include search path. In case this does not work, please provide a small sample project and reopen the bug.
Comment 3 Duane CLA 2011-10-07 15:18:55 EDT
(In reply to comment #2)
> You probably have to fix your include search path. In case this does not work,
> please provide a small sample project and reopen the bug.

I added the missing include path and the problem went away.  Thanks.