[PATCH] D135245: [clang][Tooling] Move STL recognizer to its own library

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 5 00:54:25 PDT 2022


kadircet created this revision.
kadircet added a reviewer: sammccall.
Herald added a subscriber: arphaman.
Herald added a project: All.
kadircet requested review of this revision.
Herald added projects: clang, clang-tools-extra.
Herald added a subscriber: cfe-commits.

As pointed out in https://reviews.llvm.org/D119130#3829816, this
introduces a clang AST dependency to the clangToolingInclusions, which is used
by clang-format.

Since rest of the inclusion tooling doesn't depend on clang ast, moving this
into a separate library.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D135245

Files:
  clang-tools-extra/clangd/CMakeLists.txt
  clang/lib/Tooling/Inclusions/CMakeLists.txt
  clang/lib/Tooling/Inclusions/STL/CMakeLists.txt
  clang/lib/Tooling/Inclusions/STL/StandardLibrary.cpp
  clang/lib/Tooling/Inclusions/StandardLibrary.cpp
  clang/unittests/Tooling/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135245.465306.patch
Type: text/x-patch
Size: 7563 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221005/6ac2d5c8/attachment-0001.bin>


More information about the cfe-commits mailing list