[all-commits] [llvm/llvm-project] beebad: [clang][deps] NFC: Remove dead code

Jan Svoboda via All-commits all-commits at lists.llvm.org
Tue Jan 24 09:49:57 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: beebad9a9b230d9c491e7e09a892689dc23240aa
      https://github.com/llvm/llvm-project/commit/beebad9a9b230d9c491e7e09a892689dc23240aa
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2023-01-24 (Tue, 24 Jan 2023)

  Changed paths:
    M clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h
    M clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp

  Log Message:
  -----------
  [clang][deps] NFC: Remove dead code

This patch removes some dead code in the dependency scanner.

The `ModuleDeps::ImplicitModulePCMPath` member stopped being used in D131934.

The strict context hash was replaced in D129884 by hash of the canonical command line.

Reviewed By: benlangmuir

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




More information about the All-commits mailing list