This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3e28116724 [test] Reinstate the assignment to the diagnostic log in the [...] new 7872ff0089 [clang-scan-deps] initial outline of the tool that runs prep [...]
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: test/CMakeLists.txt | 1 + test/ClangScanDeps/Inputs/header.h | 3 + test/ClangScanDeps/Inputs/header2.h | 1 + test/ClangScanDeps/Inputs/regular_cdb.json | 12 ++ test/ClangScanDeps/regular_cdb.cpp | 27 ++++ tools/CMakeLists.txt | 1 + tools/clang-scan-deps/CMakeLists.txt | 26 ++++ tools/clang-scan-deps/ClangScanDeps.cpp | 218 +++++++++++++++++++++++++++++ 8 files changed, 289 insertions(+) create mode 100644 test/ClangScanDeps/Inputs/header.h create mode 100644 test/ClangScanDeps/Inputs/header2.h create mode 100644 test/ClangScanDeps/Inputs/regular_cdb.json create mode 100644 test/ClangScanDeps/regular_cdb.cpp create mode 100644 tools/clang-scan-deps/CMakeLists.txt create mode 100644 tools/clang-scan-deps/ClangScanDeps.cpp