This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 49ac0ad5c5 Commit new test file forgotten in previous commit new 1f874ca3c3 Add a tool executor that runs actions on all TUs in the comp [...]
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: include/clang/Tooling/AllTUsExecution.h | 76 +++++++++++++++ lib/Tooling/AllTUsExecution.cpp | 165 ++++++++++++++++++++++++++++++++ lib/Tooling/CMakeLists.txt | 1 + lib/Tooling/Execution.cpp | 5 +- unittests/Tooling/ExecutionTest.cpp | 69 ++++++++++++- 5 files changed, 314 insertions(+), 2 deletions(-) create mode 100644 include/clang/Tooling/AllTUsExecution.h create mode 100644 lib/Tooling/AllTUsExecution.cpp