[cfe-dev] Source to Source Transformation guide lines
Douglas Gregor
dgregor at apple.com
Mon Apr 5 08:13:56 PDT 2010
On Apr 4, 2010, at 5:08 AM, Mohamed Yousef wrote:
> Hello,
>
> I'm working in a project involving source to source transformation of some arbitrary c code , i'm looking forward to using Clang
> my main problem is where to start , i can find approx. no documentation on topic
>
> 1) how complete is the CIndex interface , what limitations can it impose ?
It's relatively complete for cross-referencing C code, but it does not have enough coverage of Clang's APIs for real source-to-source transformation. We'd like CIndex to move in that direction, but we're not there yet.
- Doug
More information about the cfe-dev
mailing list