llvm-project/clang-tools-extra/clang-modernize/ReplaceAutoPtr
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
..
ReplaceAutoPtr.cpp clang-modernize: Transform::createActionFactory return ownership by unique_ptr instead of raw pointer. 2014-08-08 16:06:07 +00:00
ReplaceAutoPtr.h Remove redundant virtual from member functions marked 'override'. 2015-04-08 17:00:56 +00:00
ReplaceAutoPtrActions.cpp Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't 2014-01-07 20:05:01 +00:00
ReplaceAutoPtrActions.h Remove redundant virtual from member functions marked 'override'. 2015-04-08 17:00:56 +00:00
ReplaceAutoPtrMatchers.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
ReplaceAutoPtrMatchers.h