This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 70922a4eb4 [Objective-C] Fix non-determinism in clang new 2b311bba46 Allow CompilerInvocations to generate .d files. new 3dea30d912 Reject attempts to build a module without -fmodules, rather [...]
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: include/clang/Basic/DiagnosticFrontendKinds.td | 2 ++ include/clang/Frontend/FrontendActions.h | 2 ++ include/clang/Tooling/ArgumentsAdjusters.h | 4 ++++ include/clang/Tooling/Tooling.h | 5 ++++- lib/Frontend/FrontendActions.cpp | 10 ++++++++++ lib/Tooling/ArgumentsAdjusters.cpp | 23 +++++++++++++++++++++-- lib/Tooling/Tooling.cpp | 10 ++++++---- test/Modules/missing-flag.cpp | 4 ++++ test/Modules/preprocess-build.cpp | 2 +- test/Modules/relative-dep-gen.cpp | 21 +++++++++++---------- 10 files changed, 65 insertions(+), 18 deletions(-) create mode 100644 test/Modules/missing-flag.cpp