[all-commits] [llvm/llvm-project] f585b7: [NFC] Add an overload for getP1689ModuleDependency...

Chuanqi Xu via All-commits all-commits at lists.llvm.org
Sun Sep 3 22:23:06 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f585b7db07f8b3c69141f3975a94c70f6899f733
      https://github.com/llvm/llvm-project/commit/f585b7db07f8b3c69141f3975a94c70f6899f733
  Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
  Date:   2023-09-04 (Mon, 04 Sep 2023)

  Changed paths:
    M clang/include/clang/Tooling/DependencyScanning/DependencyScanningTool.h

  Log Message:
  -----------
  [NFC] Add an overload for getP1689ModuleDependencyFile without output parameters

See the comment of https://reviews.llvm.org/D153114. The current
signature will make the user to misunderstant that it will write files
to the filesystem, while it is not true. This patch adds an overload to
erase the concern. And the overload will be used in the support for
modules in clangd.




More information about the All-commits mailing list