forked from OSchip/llvm-project
Scan deps tool crashes when called on a C++ file, containing an include that has the same name as a directory. The tool crashes since it finds foo/dir and tries to read that as a file and fails. Patch by: kousikk (Kousik Kumar) Differential Revision: https://reviews.llvm.org/D67091 llvm-svn: 371903 |
||
|---|---|---|
| .. | ||
| Inputs | ||
| error.cpp | ||
| header_stat_before_open.m | ||
| headerwithdirname.cpp | ||
| no-werror.cpp | ||
| regular_cdb.cpp | ||
| subframework_header_dir_symlink.m | ||
| symlink.cpp | ||
| vfsoverlay.cpp | ||