[all-commits] [llvm/llvm-project] ce286e: [IncludeCleaner] Add public API

kadir çetinkaya via All-commits all-commits at lists.llvm.org
Mon Oct 24 08:06:30 PDT 2022


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

  Changed paths:
    A clang-tools-extra/include-cleaner/include/clang-include-cleaner/Analysis.h
    A clang-tools-extra/include-cleaner/lib/Analysis.cpp
    M clang-tools-extra/include-cleaner/lib/CMakeLists.txt
    M clang-tools-extra/include-cleaner/lib/WalkAST.cpp
    A clang-tools-extra/include-cleaner/unittests/AnalysisTest.cpp
    M clang-tools-extra/include-cleaner/unittests/CMakeLists.txt
    M clang-tools-extra/include-cleaner/unittests/WalkASTTest.cpp

  Log Message:
  -----------
  [IncludeCleaner] Add public API

Introduces walkUsed, a very simple version of the public API to enable
incremental development on rest of the pieces.

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




More information about the All-commits mailing list