[cfe-dev] Source rewrite
Douglas Gregor
dgregor at apple.com
Tue Dec 22 16:17:30 PST 2009
On Dec 22, 2009, at 4:13 PM, Fariborz Jahanian wrote:
>
> On Dec 22, 2009, at 3:48 PM, Douglas Gregor wrote:
>
>>
>> On Dec 21, 2009, at 7:23 PM, ether zhhb wrote:
>>
>>> hi,
>>>
>>> its there any simple example that shows us how to rewrite the source
>>> code that clang just parsed?
>>
>>
>> The simplest rewriter that works on parsed ASTs is probably the
>> blocks
>> rewriter, in lib/Frontend/RewriteBlocks.cpp
>
> Above source is obsolete. All rewriting code is done in lib/
> Frontend/RewriteObjC.cpp nowadays.
Should we just remove it, then? Or does it still have value?
- Doug
More information about the cfe-dev
mailing list