[clang] [clang][DependencyScanning] Move driver-command logic for by-name scanning into DependencyScanningTool (PR #171238)

Naveen Seth Hanig via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 9 12:34:30 PST 2025


================
@@ -137,8 +137,8 @@ class DependencyScanningTool {
   ///                           arguments for dependencies.
   /// @return An instance of \c TranslationUnitDeps if the scan is successful.
   ///         Otherwise it returns an error.
-  llvm::Expected<dependencies::TranslationUnitDeps>
-  computeDependenciesByNameWithContext(
+  llvm::Expected<clang::dependencies::TranslationUnitDeps>
----------------
naveen-seth wrote:

Removed

https://github.com/llvm/llvm-project/pull/171238


More information about the cfe-commits mailing list