[all-commits] [llvm/llvm-project] 0e35f5: [clang][Dependency Scanning][NFC] Move `Dependency...
Qiongsi Wu via All-commits
all-commits at lists.llvm.org
Fri Sep 26 10:16:45 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e35f56d40d3b4fe44fd69066ba94f54cb9b844a
https://github.com/llvm/llvm-project/commit/0e35f56d40d3b4fe44fd69066ba94f54cb9b844a
Author: Qiongsi Wu <qiongsiwu at gmail.com>
Date: 2025-09-26 (Fri, 26 Sep 2025)
Changed paths:
M clang/lib/Tooling/DependencyScanning/CMakeLists.txt
A clang/lib/Tooling/DependencyScanning/DependencyScannerImpl.cpp
A clang/lib/Tooling/DependencyScanning/DependencyScannerImpl.h
M clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp
Log Message:
-----------
[clang][Dependency Scanning][NFC] Move `DependencyScanningAction` to its own header and source files (#160795)
This is the first of three PRs to land
https://github.com/llvm/llvm-project/pull/160207 in smaller pieces.
This PR is an NFC. It moves `DependencyScanningAction` to its own source
file, so we can later implement a `CompilerInstanceWithContext` in the
new file.
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