llvm-project/clang-tools-extra/clang-modernize/LoopConvert
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
..
LoopActions.cpp [C++11] Use 'nullptr'. 2014-06-09 02:03:06 +00:00
LoopActions.h [C++11] Replace OwningPtr with std::unique_ptr. 2014-03-09 09:24:40 +00:00
LoopConvert.cpp Plug memory leaks. 2014-07-24 10:23:33 +00:00
LoopConvert.h [C++11] Replace OwningPtr with std::unique_ptr. 2014-03-09 09:24:40 +00:00
LoopMatchers.cpp Fix a variety of user-visible and comment typos 2013-12-01 05:08:12 +00:00
LoopMatchers.h
StmtAncestor.cpp [C++11] Use 'nullptr'. 2014-06-09 02:03:06 +00:00
StmtAncestor.h [C++11] Use 'nullptr'. 2014-06-09 02:03:06 +00:00
VariableNaming.cpp [C++11] Use 'nullptr'. 2014-06-09 02:03:06 +00:00
VariableNaming.h