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

Thorsten via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 3 13:55:24 PST 2023


tschuett added a comment.

I believe you are arguing for a JSON file.  The complexity of flags that want to pass to clang-scan-deps is too high. You even get some benefit of caching if you create a JSON file with several targets.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137534/new/

https://reviews.llvm.org/D137534



More information about the cfe-commits mailing list