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

Chris Lattner sabre at nondot.org
Tue Jul 1 13:01:20 PDT 2008


On Tue, 1 Jul 2008, Argiris Kirtzidis wrote:
>>  I'm not sure what you mean.  Since the Sema class is private to the Sema 
>>  library, I'm fine with all of its members being public.  Is that what you 
>>  mean?
>
> I'm talking about having Sema class "public" to client code, meaning moving 
> Sema.h from 'lib/Sema' into 'include/clang/Sema'. Are there issues with this 
> approach ?

What is the advantage of that?  I would think most clients that would want 
to build off Sema could just be AST consumers?

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/



More information about the cfe-commits mailing list