llvm-project/clang-tools-extra/clang-modernize/PassByValue
Ahmed Charles 6a2dc5c381 [C++11] Replace OwningPtr with std::unique_ptr.
This removes all references to OwningPtr, which should be fairly
undisruptive to out-of-tree projects since they are unlikely to use
clang-tools-extra as a library instead of a set of tools.

llvm-svn: 203382
2014-03-09 09:24:40 +00:00
..
PassByValue.cpp [C++11] Replace LLVM_OVERRIDE with 'override' 2014-03-02 10:20:11 +00:00
PassByValue.h [C++11] Replace OwningPtr with std::unique_ptr. 2014-03-09 09:24:40 +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] Replace LLVM_OVERRIDE with 'override' 2014-03-02 10:20:11 +00:00
PassByValueMatchers.cpp clang-modernize: Fix bugs in Pass-By-Value transform 2013-09-06 22:28:53 +00:00
PassByValueMatchers.h