This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d69715d7e4 Remove two unnecessary -I flags passed to clang-tblgen. new c474646055 Recommit r329442: Generate Libclang invocation reproducers u [...]
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 | 26 ++- 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 + tools/libclang/CIndexer.cpp | 3 +- 8 files changed, 267 insertions(+), 14 deletions(-) create mode 100644 test/Index/create-libclang-completion-reproducer.c create mode 100644 test/Index/create-libclang-parsing-reproducer.c create mode 100644 tools/driver/cc1gen_reproducer_main.cpp