This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a27ae544f3 New tautological warning for bitwise-or with non-zero consta [...] new 56ddb2a69c [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 | 33 +++++++++++++++++++++++++++++++++ 5 files changed, 85 insertions(+), 1 deletion(-) create mode 100644 test/Modules/context-hash.c