bug-global
[Top][All Lists]
Advanced

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

gtags fails to add tag for a C++ class when additional toke is present b


From: Ashish Hanwadikar
Subject: gtags fails to add tag for a C++ class when additional toke is present between the class keyword and the class name
Date: Thu, 5 May 2011 13:44:45 -0700

Hi,
      If a class is declared like this:

class EXTERNAL_API Xyz {

};

gtags fails to parse it correctly. Is there any workaround for this (such as, 
asking gtags to ignore certain tokens in the input file)?

I was able to workaround this by using ctags (plugin-example) parser instead of 
the built-in one as ctags allows one to ignore the tokens specified with the 
"-I" options. However, in that case, I don't get any cross references.

Thanks,
Ashish


reply via email to

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