[all-commits] [llvm/llvm-project] d1f13c: [clang][Tooling] Move STL recognizer to its own li...

kadir çetinkaya via All-commits all-commits at lists.llvm.org
Thu Oct 6 01:09:33 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d1f13c54f172875d9a14c46c09afb1f22d78cdf8
      https://github.com/llvm/llvm-project/commit/d1f13c54f172875d9a14c46c09afb1f22d78cdf8
  Author: Kadir Cetinkaya <kadircet at google.com>
  Date:   2022-10-06 (Thu, 06 Oct 2022)

  Changed paths:
    M clang-tools-extra/clangd/CMakeLists.txt
    M clang/lib/Tooling/Inclusions/CMakeLists.txt
    R clang/lib/Tooling/Inclusions/StandardLibrary.cpp
    A clang/lib/Tooling/Inclusions/Stdlib/CMakeLists.txt
    A clang/lib/Tooling/Inclusions/Stdlib/StandardLibrary.cpp
    M clang/unittests/Tooling/CMakeLists.txt

  Log Message:
  -----------
  [clang][Tooling] Move STL recognizer to its own library

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.

Differential Revision: https://reviews.llvm.org/D135245




More information about the All-commits mailing list