This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 73e476646b [clang-fuzzer] Add new fuzzer target for Objective-C new 5d899f7d95 [Implicit Modules] Add -cc1 option -fmodules-strict-context- [...]
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: docs/Modules.rst | 10 ++++++++++ include/clang/Driver/CC1Options.td | 3 +++ include/clang/Lex/HeaderSearchOptions.h | 20 ++++++++++++++++++- lib/Frontend/CompilerInvocation.cpp | 20 +++++++++++++++++++ test/Modules/context-hash.c | 34 +++++++++++++++++++++++++++++++++ 5 files changed, 86 insertions(+), 1 deletion(-) create mode 100644 test/Modules/context-hash.c