This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from adfb696 [ObjC++] Don't enter a C++ declarator scope when the current [...] new 162749f Implement the -Wstrict-prototypes warning
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/DiagnosticSemaKinds.td | 4 ++ lib/Sema/SemaDecl.cpp | 15 ++++++++ lib/Sema/SemaType.cpp | 13 +++++++ test/Sema/warn-strict-prototypes.c | 62 ++++++++++++++++++++++++++++++ test/Sema/warn-strict-prototypes.m | 20 ++++++++++ 5 files changed, 114 insertions(+) create mode 100644 test/Sema/warn-strict-prototypes.c create mode 100644 test/Sema/warn-strict-prototypes.m