[cfe-dev] Evolution of advanced refactoring support

Manuel Klimek klimek at google.com
Mon Feb 25 03:10:40 PST 2013


On Mon, Feb 25, 2013 at 12:05 PM, Markus Elfring <Markus.Elfring at web.de>wrote:

>
>  And the clang AST actually works fine for building tools like that on top
>> - we're doing similar stuff on a daily basis based on the AST matchers and
>> Tooling/Refactoring libs.
>>
>
> Would you like to add any news to the plans you described in the
> presentation "Refactoring C++ with Clang" on a conference?
> http://llvm.org/devmtg/2012-**04-12/ <http://llvm.org/devmtg/2012-04-12/>


Yes, I'm planning to submit a talk proposal...


> Can I read a bit more about the domain-specific language(s) you developed
> for the involved use cases?
>

http://clang.llvm.org/docs/LibASTMatchers.html
http://clang.llvm.org/docs/LibASTMatchersReference.html

You can also take a look at the tests in
unittests/ASTMatchers/ASTMatchersTests.cpp in the clang source tree.


>
> Regards,
> Markus
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130225/00aa5721/attachment.html>


More information about the cfe-dev mailing list