bug-global
[Top][All Lists]
Advanced

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

template typedefs not handled properly


From: Brendan Miller
Subject: template typedefs not handled properly
Date: Mon, 22 Mar 2010 11:02:51 -0700

When I do "global -x CCsString", where CCsString is a custom string
class my company uses extensively, I get a ton of results like this:

typedef pair<CCsString, CObjectProfileInfo> objectprofile_pair;

This isn't a definition of CCsString, but a definition of
objectprofile_pair, so it seems there's something wrong with the code
that picks definitions out of typedefs.

On a side note, are patches still being accepted for this project? I'm
subscribed to help-global, and I've seen a couple of people post
patches, one for a javascript plugin, without any feedback going to
the list. I'd be interested in fixing bugs I run into, but list
activity is so low that I'm a little worried about whether I can get
patches pushed upstream.

Brendan




reply via email to

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