[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
Thu Aug 29 09:43:31 PDT 2019


gribozavr created this revision.
Herald added subscribers: cfe-commits, kadircet, arphaman, jkorous.
Herald added a project: clang.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D66960

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

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


More information about the cfe-commits mailing list