Patches to add-override functionality to cpp11-migrate tool

Manuel Klimek klimek at google.com
Wed Feb 13 04:33:27 PST 2013


LGTM for the matcher patch.


On Fri, Feb 8, 2013 at 10:01 PM, Philip Dunstan <phil at philipdunstan.com>wrote:

> Hello
>
> These patches continue some work that I started back in July (before RL
> kicked in) to create a C++11 migration tool that would add the override
> specifier to suitable member functions where it could. I have reworked the
> tool to integrate it into the cpp11-migrate tool in the tool/extra
> repository.
>
> There are two patches - one on the clang repository with some AST matchers
> and the other on the tool/extra repo.
>
> add-override-clang_174296.patch
> Adds ASTMatchers isVirtual and isOverride
>
> add-override-clang_tools_extra_174296.patch
> Adds the -add-override refactor to the cpp11-migrate tool
>
> Phil
> --
> Philip Dunstan
> phil at philipdunstan.com
> www.philipdunstan.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130213/17703485/attachment.html>


More information about the cfe-commits mailing list