This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 53c3ad8673 Revert "[analyzer] Remove an unused variable" new 9b959041b2 Revert r329442 "Generate Libclang invocation reproducers usi [...]
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/Driver/Driver.h | 16 +- lib/Driver/Driver.cpp | 12 +- test/Index/create-libclang-completion-reproducer.c | 14 -- test/Index/create-libclang-parsing-reproducer.c | 21 --- tools/driver/CMakeLists.txt | 1 - tools/driver/cc1gen_reproducer_main.cpp | 196 --------------------- tools/driver/driver.cpp | 4 - 7 files changed, 6 insertions(+), 258 deletions(-) delete mode 100644 test/Index/create-libclang-completion-reproducer.c delete mode 100644 test/Index/create-libclang-parsing-reproducer.c delete mode 100644 tools/driver/cc1gen_reproducer_main.cpp