[cfe-dev] Getting fully qualified names of random qualtypes.

Manuel Klimek via cfe-dev cfe-dev at lists.llvm.org
Mon Oct 26 10:05:23 PDT 2015


On Mon, Oct 26, 2015 at 5:34 PM Sterling Augustine <saugustine at google.com>
wrote:

> On Sat, Oct 24, 2015 at 10:40 AM, Vassil Vassilev <vvasilev at cern.ch>
> wrote:
> > On 23/10/15 21:06, Sterling Augustine wrote:
> >>
> >> Also, I want to be sure the Cling project is OK with the way it is
> >> attributed. Happy to work with you all however you like there.
> >>
> > I am more than happy to attribute this part of the code. I'd like as many
> > parts of cling as possible to go upstream.
> >
> > Could you add Phillipe as a co-author? Eg.
> >
> > +// author:  Vassil Vassilev<vasil.georgiev.vasilev at cern.ch>
> > +// author:  Philippe Canal <pcanal at fnal.gov>
> >
> > Out of curiosity: what do you need this for?
>
> I'm working on a tool that examines a header file and describes
> exactly how one would call the functions it declares--detects the
> namespaces and classes they are in. As part of that, it needs to
> determine how to declare the types of the parameters they take.
>
> Apparently Clang doesn't allow file-level authorship comments, so I'll
> remove that detail if it is OK with you. If it isn't, I'll just
> incorporate cling/AST.[cpp|h]  directly into my own project--that will
> be quicker than the reformatting and refactoring rabbit hole anyway.
>

While it is most certainly some effort to get it right, the cool thing is
that in the end we have something that works for multiple projects, thus
magnifying the impact. Also, you'll get automatic maintenance, which is
often quite some work down the road ...

Cheers,
/Manuel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20151026/10abff69/attachment.html>


More information about the cfe-dev mailing list