This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7343eabc6b Fix test to use %t for newly created files. new bac35bd853 [clang-scan-deps] Fix for headers having the same name as a [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../DependencyScanning/DependencyScanningFilesystem.h | 3 +++ .../DependencyScanning/DependencyScanningFilesystem.cpp | 3 +++ test/ClangScanDeps/Inputs/foodir | 1 + test/ClangScanDeps/Inputs/headerwithdirname.json | 7 +++++++ test/ClangScanDeps/headerwithdirname.cpp | 17 +++++++++++++++++ 5 files changed, 31 insertions(+) create mode 100644 test/ClangScanDeps/Inputs/foodir create mode 100644 test/ClangScanDeps/Inputs/headerwithdirname.json create mode 100644 test/ClangScanDeps/headerwithdirname.cpp