llvm-project/clang/test/ClangScanDeps
Alex Lorenz ee30b0ecc2 [clang-scan-deps] Fix for headers having the same name as a directory
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
2019-09-13 22:12:02 +00:00
..
Inputs [clang-scan-deps] Fix for headers having the same name as a directory 2019-09-13 22:12:02 +00:00
error.cpp [clang-scan-deps][NFC] Fix tests - prevent FileCheck matching test dir path 2019-09-11 00:30:26 +00:00
header_stat_before_open.m [clang-scan-deps] Add dependency targets 2019-09-12 00:48:45 +00:00
headerwithdirname.cpp [clang-scan-deps] Fix for headers having the same name as a directory 2019-09-13 22:12:02 +00:00
no-werror.cpp [clang-scan-deps][NFC] Fix tests - prevent FileCheck matching test dir path 2019-09-11 00:30:26 +00:00
regular_cdb.cpp [clang-scan-deps] Add dependency targets 2019-09-12 00:48:45 +00:00
subframework_header_dir_symlink.m [clang-scan-deps] Add dependency targets 2019-09-12 00:48:45 +00:00
symlink.cpp [clang-scan-deps][NFC] Fix tests - prevent FileCheck matching test dir path 2019-09-11 00:30:26 +00:00
vfsoverlay.cpp [clang-scan-deps] Add dependency targets 2019-09-12 00:48:45 +00:00