[cfe-dev] Evolution of advanced refactoring support

Manuel Klimek klimek at google.com
Tue Feb 26 11:40:41 PST 2013


On Tue, Feb 26, 2013 at 5:24 AM, Markus Elfring <Markus.Elfring at web.de>wrote:

>
>  http://clang.llvm.org/docs/**LibASTMatchers.html<http://clang.llvm.org/docs/LibASTMatchers.html>
>>
>
> Would you like to distinguish a bit more if the matching process is
> performed on a syntactic or semantic abstraction level?
>

The matching is ont he clang AST, which is a fully type-resolved AST. Does
that answer it?


> Do you combine such "AST" matchers into a computation tree logic variant?
>

I'm not sure I understand what exactly you ask, but we're combining
matchers into a tree that than is matched against the AST (which is more of
a graph than a tree ;)

Cheers,
/Manuel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130226/9c746064/attachment.html>


More information about the cfe-dev mailing list