summaryrefslogtreecommitdiffstats
path: root/clang/test/ClangScanDeps/headerwithdirname.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clang-scan-deps] Fix for headers having the same name as a directoryAlex Lorenz2019-09-131-0/+17
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
OpenPOWER on IntegriCloud