This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 01692f0fd2 Modular Codegen: Include testing for inline asm as well as s [...] new 5e8a35ff84 [Modules] Enable local submodule visibility for ObjC/C new f2ee5f1a8e [Driver] Add compiler option to generate a reproducer
The 2 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: docs/UsersManual.rst | 10 +++++++++ include/clang/Basic/DiagnosticDriverKinds.td | 2 +- include/clang/Driver/Driver.h | 5 +++++ include/clang/Driver/Options.td | 5 ++++- lib/Driver/Driver.cpp | 5 ++++- lib/Frontend/CompilerInvocation.cpp | 6 ----- test/Driver/crash-report-crashfile.m | 33 +++++++++++++++++++++------- test/Modules/localsubmodulevis.m | 8 +++++++ tools/driver/driver.cpp | 5 +++-- 9 files changed, 60 insertions(+), 19 deletions(-) create mode 100644 test/Modules/localsubmodulevis.m