[all-commits] [llvm/llvm-project] 63fd10: [clang][deps] Normalize ignored filenames in minim...
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Tue Jul 20 02:32:11 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 63fd109d3aa6db48e38e1c78f6084ad257f2c37d
https://github.com/llvm/llvm-project/commit/63fd109d3aa6db48e38e1c78f6084ad257f2c37d
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths:
M clang/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h
M clang/lib/Tooling/DependencyScanning/DependencyScanningFilesystem.cpp
M clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp
Log Message:
-----------
[clang][deps] Normalize ignored filenames in minimizing file system
This patch normalizes filenames in `DependencyScanningWorkerFilesystem` so that lookup of ignored files works correctly on Windows (where `/` and `\` are equivalent).
Reviewed By: dexonsmith
Differential Revision: https://reviews.llvm.org/D106064
More information about the All-commits
mailing list