llvm-project/clang-tools-extra/clang-modernize/AddOverride
Aaron Ballman b9ea09c445 Refactors AST matching code to use the new AST matcher names. This patch correlates to r247885 which performs the AST matcher rename in Clang.
llvm-svn: 247886
2015-09-17 13:31:25 +00:00
..
AddOverride.cpp Make helpers static. clang-tools edition. 2015-03-23 12:49:15 +00:00
AddOverride.h Remove redundant virtual from member functions marked 'override'. 2015-04-08 17:00:56 +00:00
AddOverrideActions.cpp [C++11] Use 'nullptr'. 2014-06-09 02:03:06 +00:00
AddOverrideActions.h Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 07:59:33 +00:00
AddOverrideMatchers.cpp Refactors AST matching code to use the new AST matcher names. This patch correlates to r247885 which performs the AST matcher rename in Clang. 2015-09-17 13:31:25 +00:00
AddOverrideMatchers.h