This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from fc79c36 [Sema] Specify the underlying type for an enum. NFC. new 33d93d8 Add a new warning to notify users of mismatched SDK and deplo [...]
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/Basic/DiagnosticDriverKinds.td | 2 ++ lib/Driver/ToolChains.cpp | 48 +++++++++++++++++++++++++--- lib/Driver/ToolChains.h | 2 ++ test/Driver/incompatible_sysroot.c | 12 +++++++ 4 files changed, 59 insertions(+), 5 deletions(-) create mode 100644 test/Driver/incompatible_sysroot.c