C++ parser problem (RFC)

M Manohar m_manohar@yahoo.com
Thu Oct 12 00:26:00 GMT 2000


here is a code snippet ----------

class dummy
{
public:
	int no_ref;
	int func(void) {no_ref = 5;};
	int func1(void) {no_ref = 5;};
};
	
snippet end ----------

Trying to generate xref for no_ref gives nothing
Hope this helps

-Manohar
--- Ian Roxborough <irox@redhat.com> wrote:
> 
> 
> Hi,
> 
> Can all the people who are having problems please
> try to
> send in test cases (easy, minimal, code snippets)
> with details
> instructions.  If you can't get a really good
> reproducible test
> case try to post an outline, somebody might be have
> similar
> problems and beable to produce a good test case.
> 
> If you want your bugs fixed and (for whatever
> reason) can't
> fix it yourself, remember the better a bug report
> you give us
> the easier it is for us to fix.
> 
> Thanks,
>   Ian.
> 
> P.S.: We do want to fix all the bugs in SN
> regardless of who's paying us.
> 
> P.S.S.:  Please keep posts on topic.
> 


__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/


More information about the Sourcenav mailing list