[cfe-commits] r52879 - in /cfe/trunk/lib/Sema: Sema.h SemaDeclAttr.cpp

Argiris Kirtzidis akyrtzi at gmail.com
Tue Jul 1 10:26:43 PDT 2008


Chris Lattner wrote:
> Author: lattner
> Date: Sat Jun 28 19:28:59 2008
> New Revision: 52879
>
> URL: http://llvm.org/viewvc/llvm-project?rev=52879&view=rev
> Log:
> make most of Sema public.  Sema is a class private to the Sema library 
> anyway, so there is no real loss here.

In general, wouldn't it be useful to have Sema class public to the Sema 
library ?
It would allow specialized action modules that also require full 
semantic analysis; in such a case it'd be useful to subclass and extend 
a few methods of the Sema class.


-Argiris



More information about the cfe-commits mailing list