Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Getting ITranslationUnit from IASTTranslationUnit

Since nobody responded I assume that there is no good reason not to have a method in IASTTranslationUnit returning the corresponding ITranslationUnit. I'm going to add such method. Any suggestions for the name?

-sergey 

On Fri, Mar 4, 2011 at 5:12 PM, Sergey Prigogin <eclipse.sprigogin@xxxxxxxxx> wrote:
Does anybody know why IASTTranslationUnit doesn't provide a method returning the ITranslationUnit from which the AST was built? Such method would be handy in many places, for example in CodanCReconciler.reconciled method.

-sergey


Back to the top