llvm-project/clang-tools-extra/clang-modernize/ReplaceAutoPtr
Benjamin Kramer 6e9142474d Plug memory leaks.
Most of the changes are mechanic std::unique_ptr insertions. All leaks were
detected by LeakSanitizer.

llvm-svn: 213851
2014-07-24 10:23:33 +00:00
..
ReplaceAutoPtr.cpp Plug memory leaks. 2014-07-24 10:23:33 +00:00
ReplaceAutoPtr.h [C++11] Replace LLVM_OVERRIDE with 'override' 2014-03-02 10:20:11 +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 [C++11] Replace LLVM_OVERRIDE with 'override' 2014-03-02 10:20:11 +00:00
ReplaceAutoPtrMatchers.cpp
ReplaceAutoPtrMatchers.h