[all-commits] [llvm/llvm-project] 436861: [clang][Dependency Scanning] Refactor Scanning Com...

Qiongsi Wu via All-commits all-commits at lists.llvm.org
Fri Oct 3 16:27:04 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4368616452476472e3d776c9ae72be34fa674146
      https://github.com/llvm/llvm-project/commit/4368616452476472e3d776c9ae72be34fa674146
  Author: Qiongsi Wu <qiongsiwu at gmail.com>
  Date:   2025-10-03 (Fri, 03 Oct 2025)

  Changed paths:
    M clang/lib/Tooling/DependencyScanning/CMakeLists.txt
    M clang/lib/Tooling/DependencyScanning/DependencyScannerImpl.cpp
    M clang/lib/Tooling/DependencyScanning/DependencyScannerImpl.h
    M clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp

  Log Message:
  -----------
  [clang][Dependency Scanning] Refactor Scanning Compiler Instance Initialization (#161300)

This PR follows https://github.com/llvm/llvm-project/pull/160795, and it
is the second of a series of planned PRs to land
https://github.com/llvm/llvm-project/pull/160207 in smaller pieces.

The initialization steps before and within
`DependencyScanningAction::runInvocation` are broken up in to several
helper functions. The intention is to reuse the helper functions in a
followup PR to initialize the `CompilerInstanceWithContext`.

Part of work for rdar://136303612.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list