Bug 157743 - PDOM cannot find definiton for members of a template class.
Summary: PDOM cannot find definiton for members of a template class.
Status: RESOLVED DUPLICATE of bug 167098
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 3.1.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-19 02:21 EDT by Janees Elamkulam CLA
Modified: 2007-02-09 09:05 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Janees Elamkulam CLA 2006-09-19 02:21:15 EDT
IASTTranslationUnit.getDefinition(IBinding) does not return definition for members of a template class. 

This effect can be seen when you try to navigate to to "Open Defintion" from the declarion of function and static variables.

Also, in indexer view, these members of a template class are listed directly under the project, not under the class that owns it.
Comment 1 Doug Schaefer CLA 2006-09-19 07:36:44 EDT
Yes. We do not capture templates yet in the PDOM.
Comment 2 Janees Elamkulam CLA 2006-09-19 08:01:46 EDT
is there any workaround to get the information ?
Comment 3 Doug Schaefer CLA 2006-09-19 20:52:09 EDT
Other than implement handling of templates? no.
Comment 4 Markus Schorn CLA 2007-02-09 09:05:32 EST
Even if this is the original, I mark it as duplicate. 

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