[all-commits] [llvm/llvm-project] 591fdc: [C++20] [Modules] [ClangScanDeps] Allow clang-scan...

Chuanqi Xu via All-commits all-commits at lists.llvm.org
Thu Feb 9 18:43:12 PST 2023


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

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

  Log Message:
  -----------
  [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