llvm-project/clang/lib/Tooling/DependencyScanning
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
..
CMakeLists.txt
DependencyScanningFilesystem.cpp [clang-scan-deps] Fix for headers having the same name as a directory 2019-09-13 22:12:02 +00:00
DependencyScanningService.cpp [clang-scan-deps] add skip excluded conditional preprocessor block preprocessing optimization 2019-09-11 20:40:31 +00:00
DependencyScanningWorker.cpp [clang-scan-deps] remove dots and dots dots from the reported file dependency paths 2019-09-12 18:03:24 +00:00