llvm-project/clang-tools-extra/clang-modernize/LoopConvert
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
..
LoopActions.cpp Track clang changes from r200082 2014-01-25 16:57:03 +00:00
LoopActions.h [C++11] Replace OwningPtr with std::unique_ptr. 2014-03-09 09:24:40 +00:00
LoopConvert.cpp [C++11] Replace LLVM_OVERRIDE with 'override' 2014-03-02 10:20:11 +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
StmtAncestor.h Fix a variety of user-visible and comment typos 2013-12-01 05:08:12 +00:00
VariableNaming.cpp
VariableNaming.h