[cfe-commits] r67952 - in /cfe/trunk: include/clang/Parse/ lib/Parse/ lib/Sema/ tools/clang-cc/
Chris Lattner
sabre at nondot.org
Sat Mar 28 16:53:03 PDT 2009
On Mar 28, 2009, at 4:18 PM, Sebastian Redl wrote:
>> We should also convert ExprTy, StmtTy, TypeTy, AttrTy, BaseTy, etc,
>> but I don't plan to do that in the short term.
>>
>
> ExprTy, StmtTy and TemplateParamTy are already (slowly) converted to
> ASTOwningPtr, which is also typesafe.
Oh right duh, sounds great. IMO Decl's don't need ownership rules
like this since they are stuck in a DeclContext when created, do you
agree?
-Chris
More information about the cfe-commits
mailing list