llvm-project/clang-tools-extra/clang-modernize/PassByValue
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
..
PassByValue.cpp Make helpers static. clang-tools edition. 2015-03-23 12:49:15 +00:00
PassByValue.h Remove redundant virtual from member functions marked 'override'. 2015-04-08 17:00:56 +00:00
PassByValueActions.cpp Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't 2014-01-07 20:05:01 +00:00
PassByValueActions.h Remove redundant virtual from member functions marked 'override'. 2015-04-08 17:00:56 +00:00
PassByValueMatchers.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
PassByValueMatchers.h