[PATCH] D117937: [VFS] Add a "redirecting-with" field to overlays
Ben Barham via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 28 16:29:05 PST 2022
bnbarham updated this revision to Diff 404194.
bnbarham added a comment.
Updated to address Keith's comments. Added an error for an invalid redirect kind as well as when both `redirect-with` and `fallthrough` are given. Also added tests for these cases.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117937/new/
https://reviews.llvm.org/D117937
Files:
clang/test/VFS/Inputs/redirect-and-fallthrough.yaml
clang/test/VFS/Inputs/unknown-redirect.yaml
clang/test/VFS/fallback.c
clang/test/VFS/parse-errors.c
llvm/include/llvm/Support/VirtualFileSystem.h
llvm/lib/Support/VirtualFileSystem.cpp
llvm/unittests/Support/VirtualFileSystemTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117937.404194.patch
Type: text/x-patch
Size: 31733 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220129/e8bc37b9/attachment-0001.bin>
More information about the cfe-commits
mailing list