[PATCH] D115935: [clang][deps] NFC: Simplify handling of cached FS errors

2022-01-21 Thread Jan Svoboda via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGced077e1ba52: [clang][deps] NFC: Simplify handling of cached FS errors (authored by jansvoboda11). Repository: rG LLVM Github Monorepo CHANGES SI

[PATCH] D115935: [clang][deps] NFC: Simplify handling of cached FS errors

2021-12-20 Thread Duncan P. N. Exon Smith via Phabricator via cfe-commits
dexonsmith accepted this revision. dexonsmith added a comment. This revision is now accepted and ready to land. LGTM. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D115935/new/ https://reviews.llvm.org/D115935 __

[PATCH] D115935: [clang][deps] NFC: Simplify handling of cached FS errors

2021-12-17 Thread Jan Svoboda via Phabricator via cfe-commits
jansvoboda11 updated this revision to Diff 395101. jansvoboda11 added a comment. Add more assertions. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D115935/new/ https://reviews.llvm.org/D115935 Files: clang/include/clang/Tooling/DependencyScannin

[PATCH] D115935: [clang][deps] NFC: Simplify handling of cached FS errors

2021-12-17 Thread Jan Svoboda via Phabricator via cfe-commits
jansvoboda11 created this revision. jansvoboda11 added reviewers: Bigcheese, dexonsmith, arphaman. jansvoboda11 requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. The return types of some `CachedFileSystemEntry` member function are needlessly