[PATCH] D66960: [Tooling] Migrated APIs that take ownership of objects to unique_ptr

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 30 02:31:02 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL370451: [Tooling] Migrated APIs that take ownership of objects to unique_ptr (authored by gribozavr, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D66960?vs=218046&id=218048#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66960/new/

https://reviews.llvm.org/D66960

Files:
  cfe/trunk/docs/LibTooling.rst
  cfe/trunk/docs/RAVFrontendAction.rst
  cfe/trunk/docs/ReleaseNotes.rst
  cfe/trunk/include/clang/Tooling/Tooling.h
  cfe/trunk/lib/Tooling/Tooling.cpp
  cfe/trunk/unittests/AST/EvaluateAsRValueTest.cpp
  cfe/trunk/unittests/AST/RecursiveASTVisitorTest.cpp
  cfe/trunk/unittests/CrossTU/CrossTranslationUnitTest.cpp
  cfe/trunk/unittests/Index/IndexTests.cpp
  cfe/trunk/unittests/Sema/CodeCompleteTest.cpp
  cfe/trunk/unittests/Sema/ExternalSemaSourceTest.cpp
  cfe/trunk/unittests/StaticAnalyzer/CallDescriptionTest.cpp
  cfe/trunk/unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp
  cfe/trunk/unittests/StaticAnalyzer/StoreTest.cpp
  cfe/trunk/unittests/StaticAnalyzer/SymbolReaperTest.cpp
  cfe/trunk/unittests/Tooling/CommentHandlerTest.cpp
  cfe/trunk/unittests/Tooling/RefactoringTest.cpp
  cfe/trunk/unittests/Tooling/TestVisitor.h
  cfe/trunk/unittests/Tooling/ToolingTest.cpp
  clang-tools-extra/trunk/clangd/unittests/IndexActionTests.cpp
  clang-tools-extra/trunk/unittests/clang-tidy/ClangTidyTest.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66960.218048.patch
Type: text/x-patch
Size: 39312 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190830/0a47b49e/attachment-0001.bin>


More information about the cfe-commits mailing list