Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Getting ASTs of multiple files and creating new files

I think we just talked about in regards to AST diff. I am not sure it has any advantages vs doing text merge, there is no support for it in CDT. That would be very difficult task (and possibly computationally expensive)


On Tue, Aug 12, 2014 at 6:12 AM, Krishna Narasimhan <krishna.nm86@xxxxxxxxx> wrote:
Hello all,
      
         I wish to look at two versions of files using Eclipse CDT and possibly merge them. This would involve being able to analyse ASTs of two files and also merging them and creating a new file. Does CDT have support for these. If not, are there work arounds?


Regards
       Krishna

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top