This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from bc562eec67 Fix silent wrong-code bugs and crashes with designated initi [...] new 6dae4ca453 [clang-scan-deps] reuse the file manager across invocations [...]
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/DependencyScanningService.h | 5 ++++- .../DependencyScanning/DependencyScanningWorker.h | 3 +++ include/clang/Tooling/Tooling.h | 5 ++++- .../DependencyScanningService.cpp | 5 +++-- .../DependencyScanningWorker.cpp | 4 +++- lib/Tooling/Tooling.cpp | 8 +++++-- .../subframework_header_dir_symlink_cdb.json | 12 +++++++++++ test/ClangScanDeps/Inputs/symlink_cdb.json | 12 +++++++++++ .../subframework_header_dir_symlink.m | 25 ++++++++++++++++++++++ test/ClangScanDeps/symlink.cpp | 23 ++++++++++++++++++++ tools/clang-scan-deps/ClangScanDeps.cpp | 7 +++++- 11 files changed, 101 insertions(+), 8 deletions(-) create mode 100644 test/ClangScanDeps/Inputs/subframework_header_dir_symlink_cdb.json create mode 100644 test/ClangScanDeps/Inputs/symlink_cdb.json create mode 100644 test/ClangScanDeps/subframework_header_dir_symlink.m create mode 100644 test/ClangScanDeps/symlink.cpp