[PATCH] D114971: [clang][deps] Handle symlinks in minimizing FS
Thorsten via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 2 10:08:34 PST 2021
tschuett added inline comments.
================
Comment at: clang/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h:229
/// The information requested from \c getOrCreateFileSystemEntry.
enum RequestedInformation {
+ RI_UniqueID,
----------------
Do you want to modernise `RequestedInformation` to an enum class?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114971/new/
https://reviews.llvm.org/D114971
More information about the cfe-commits
mailing list