[PATCH] Replace OwningPtr with std::unique_ptr.
Ahmed Charles
acharles at outlook.com
Sat Mar 8 02:44:17 PST 2014
Hi dblaikie, chandlerc,
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.
http://llvm-reviews.chandlerc.com/D3012
Files:
clang-apply-replacements/lib/Tooling/ApplyReplacements.cpp
clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp
clang-modernize/Core/IncludeExcludeInfo.cpp
clang-modernize/Core/Transform.h
clang-modernize/Core/Transforms.cpp
clang-modernize/LoopConvert/LoopActions.h
clang-modernize/LoopConvert/LoopConvert.h
clang-modernize/PassByValue/PassByValue.h
clang-modernize/tool/ClangModernize.cpp
clang-query/tool/ClangQuery.cpp
clang-tidy/ClangTidy.cpp
clang-tidy/ClangTidy.h
clang-tidy/ClangTidyDiagnosticConsumer.h
modularize/Modularize.cpp
modularize/ModuleAssistant.cpp
module-map-checker/ModuleMapChecker.cpp
module-map-checker/ModuleMapChecker.h
pp-trace/PPTrace.cpp
remove-cstr-calls/RemoveCStrCalls.cpp
tool-template/ToolTemplate.cpp
unittests/clang-modernize/IncludeDirectivesTest.cpp
unittests/clang-query/QueryEngineTest.cpp
unittests/clang-tidy/ClangTidyTest.h
unittests/include/common/VirtualFileHelper.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D3012.1.patch
Type: text/x-patch
Size: 17243 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140308/fb0f2d2a/attachment.bin>
More information about the cfe-commits
mailing list