Hi 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.
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. Phil -- Philip Dunstan [email protected] www.philipdunstan.com
add-override-specifier_tool.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
