This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9328098 Allow iOS and tvOS version numbers with 2-digit major version [...] new 238b19c Add missing header in ClangFuzzer (after r275882 cleanup) new 5de4c50 [Sema] Create a separate group for incompatible function poin [...]
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/DiagnosticGroups.td | 5 ++++- include/clang/Basic/DiagnosticSemaKinds.td | 18 ++++++++++++++++++ lib/Sema/SemaExpr.cpp | 12 ++++++++---- test/Sema/incompatible-function-pointer-types.c | 14 ++++++++++++++ test/Sema/initialize-noreturn.c | 2 +- test/Sema/overloadable.c | 2 +- tools/clang-fuzzer/ClangFuzzer.cpp | 1 + 7 files changed, 47 insertions(+), 7 deletions(-) create mode 100644 test/Sema/incompatible-function-pointer-types.c