llvm-project/clang-tools-extra/clang-modernize/UseAuto
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
..
UseAuto.cpp Make helpers static. clang-tools edition. 2015-03-23 12:49:15 +00:00
UseAuto.h Remove redundant virtual from member functions marked 'override'. 2015-04-08 17:00:56 +00:00
UseAutoActions.cpp [clang-modernize] Don't rely on iterator auto-dereferencing. 2015-07-18 14:35:41 +00:00
UseAutoActions.h Remove redundant virtual from member functions marked 'override'. 2015-04-08 17:00:56 +00:00
UseAutoMatchers.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
UseAutoMatchers.h