bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Bug lack of functionality in global 4.1.1


From: Hageseter, Trond E.
Subject: RE: Bug lack of functionality in global 4.1.1
Date: Wed, 10 Oct 2001 09:51:26 +0200

Input file test.hxx:

-------------
// Const declaration
const string PWD_FIL = "sys.dbLogin";

// Forward declarations
class CRpsIntfRel;
-------------

Result:
---------
gctags -s test.hxx
string             3 test.hxx         const string PWD_FIL =
"sys.dbLogin";
PWD_FIL            3 test.hxx         const string PWD_FIL =
"sys.dbLogin";
------------

Swap the const definition and the forward class declaration.

Input file test.hxx:

-------------
// Forward declarations
class CRpsIntfRel;

// Const declaration
const string PWD_FIL = "sys.dbLogin";
-------------

Result:
---------
gctags -s test.hxx
---------

In other words, the parser does not seem to handle forward declarations
of classes correctly.

Best regards
trondh

-----Original Message-----
From: Shigio Yamaguchi [mailto:address@hidden
Sent: 9. oktober 2001 17:56
To: Hageseter, Trond E.
Cc: Shigio Yamaguchi
Subject: Re: Bug lack of functionality in global 4.1.1


Would you please send them to address@hidden
I don't reply to private mail.
Thanks!

> I don't understand yet.
> Would you please send following data to me?
> o input data for gctags.
> o required output against above data.
--
Shigio Yamaguchi - Tama Communications Corporation
Mail: address@hidden, (Spare mail: address@hidden)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]