llvm-project/clang-tools-extra/clang-modernize/PassByValue
David Blaikie 590e5ff473 clang-modernize: Transform::createActionFactory return ownership by unique_ptr instead of raw pointer.
Follow up to r213851 to simplify code and reduce the chance of future
leaks.

llvm-svn: 215214
2014-08-08 16:06:07 +00:00
..
PassByValue.cpp clang-modernize: Transform::createActionFactory return ownership by unique_ptr instead of raw pointer. 2014-08-08 16:06:07 +00:00
PassByValue.h [C++11] Use 'nullptr'. 2014-06-09 02:03:06 +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 [C++11] Use 'nullptr'. 2014-06-09 02:03:06 +00:00
PassByValueMatchers.cpp clang-modernize: Fix bugs in Pass-By-Value transform 2013-09-06 22:28:53 +00:00
PassByValueMatchers.h