forked from OSchip/llvm-project
4abac53302
Summary: It seems that when the CachingFileSystem is first given a file to open that is actually a directory, it incorrectly caches that path to be errenous and throws an error when subsequently a directory open call is made for the same path. This change makes it so that we do NOT cache a path if it turns out we asked for a file when its a directory. Reviewers: arphaman Subscribers: dexonsmith, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D68193 llvm-svn: 374366 |
||
---|---|---|
.. | ||
Inputs | ||
error.cpp | ||
header_stat_before_open.m | ||
headerwithdirname.cpp | ||
headerwithdirnamefollowedbyinclude.cpp | ||
no-werror.cpp | ||
regular_cdb.cpp | ||
strip_diag_serialize.cpp | ||
subframework_header_dir_symlink.m | ||
symlink.cpp | ||
vfsoverlay.cpp |