Hi<div><br></div><div>This is a patch to add a new tool to the clang tools directory to add the C++11 override specifier to member functions where appropriate. That is, member functions that override a virtual function from a base class and that are not already marked up with the override specifier. This tool uses the ASTMatchers framework (with a custom matcher) recently integrated from the tooling branch.</div>

<div><br></div><div>I'm aware of the recent conversation on cfe-dev regarding C++11 migration tools. There was some talk there of possibly locating these types of tools separate from the main repository. If there is such a repository I can rebase the patch to that location.</div>

<div><br></div><div><div>Phil<br>--<br>Philip Dunstan<br><a href="mailto:phil@philipdunstan.com" target="_blank">phil@philipdunstan.com</a><br><a href="http://www.philipdunstan.com" target="_blank">www.philipdunstan.com</a><br>


</div></div>