[all-commits] [llvm/llvm-project] 212d90: Recommit [C++20] [Modules] [ClangScanDeps] Allow c...

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


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

  Changed paths:
    M clang/test/ClangScanDeps/P1689.cppm
    M clang/tools/clang-scan-deps/ClangScanDeps.cpp

  Log Message:
  -----------
  Recommit [C++20] [Modules] [ClangScanDeps] Allow clang-scan-deps to without specified compilation database in P1689 (3/4)

In a private chat with @ben.boeckel , we get in consensus it would be
great for cmake if the invocation of clang-scan-deps can get rid of
compilation database. Due to the compilation database can't do very well
for the files which are not existed yet. @ben.boeckel may have more
context to add here.

This patch should be innocent for others usages.

Reviewed By: jansvoboda11

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




More information about the All-commits mailing list