[PATCH] D123610: [Testing] Drop clangTesting from clang's public library interface

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 12 07:27:26 PDT 2022


sammccall created this revision.
sammccall added a reviewer: hokein.
Herald added a subscriber: mgorny.
Herald added a project: All.
sammccall requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

This was probably not particularly intended to be public, and disallows deps
on gtest which are useful in test helpers.

https://discourse.llvm.org/t/stop-exporting-clangtesting-library/61672


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D123610

Files:
  clang/lib/CMakeLists.txt
  clang/lib/Testing/CMakeLists.txt
  clang/unittests/AST/CMakeLists.txt
  clang/unittests/ASTMatchers/CMakeLists.txt
  clang/unittests/ASTMatchers/Dynamic/CMakeLists.txt
  clang/unittests/Analysis/CMakeLists.txt
  clang/unittests/Analysis/FlowSensitive/CMakeLists.txt
  clang/unittests/Sema/CMakeLists.txt
  clang/unittests/StaticAnalyzer/CMakeLists.txt
  clang/unittests/Tooling/Syntax/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123610.422226.patch
Type: text/x-patch
Size: 4315 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220412/28940935/attachment-0001.bin>


More information about the cfe-commits mailing list