[all-commits] [llvm/llvm-project] e13547: [C++20] [Modules] [ClangScanDeps] Enable to print ...

Chuanqi Xu via All-commits all-commits at lists.llvm.org
Thu Feb 9 19:24:04 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e1354763b6e641e45cc2371270883fcd26edf705
      https://github.com/llvm/llvm-project/commit/e1354763b6e641e45cc2371270883fcd26edf705
  Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
  Date:   2023-02-10 (Fri, 10 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:
  -----------
  [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