[all-commits] [llvm/llvm-project] 64287d: Recommit [C++20] [Modules] [ClangScanDeps] Enable ...

Chuanqi Xu via All-commits all-commits at lists.llvm.org
Sun Feb 12 19:30:12 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 64287d69827c1d05edf8142742f6beb293d031fc
      https://github.com/llvm/llvm-project/commit/64287d69827c1d05edf8142742f6beb293d031fc
  Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
  Date:   2023-02-13 (Mon, 13 Feb 2023)

  Changed paths:
    M clang/include/clang/Tooling/DependencyScanning/DependencyScanningTool.h
    M clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp
    M clang/test/ClangScanDeps/P1689.cppm
    M clang/tools/clang-scan-deps/ClangScanDeps.cpp

  Log Message:
  -----------
  Recommit [C++20] [Modules] [ClangScanDeps] Enable to print make-style dependency file within P1689 format (4/4)

Required in https://reviews.llvm.org/D137534.

The build systems needs the information to know that "header X changed,
scanning may have changed, so please rerun scanning". Although it is
possible to get the information by running clang-scan-deps for the
second time with make format, it is not user friendly clearly.

Reviewed By: jansvoboda11

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




More information about the All-commits mailing list