This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f9f008684e [Parse] Document PrintStats, SkipFunctionBodies new 99bc550ed3 [mips] Notify user that `-mabicalls` is ignored on non-PIC N64 ABI new 5255c89a98 [mips] Show warning in case of mixing -mlong-calls and -mabi [...] new 952359d59e [mips] Group all `-mabicalls` related checks in the single p [...] new 9a0efb9546 Place implictly declared functions at block scope
The 4 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 | 8 ++++++ include/clang/Sema/Scope.h | 8 ++++++ lib/Driver/ToolChains/Arch/Mips.cpp | 30 +++++++++++++++++---- lib/Parse/ParseCXXInlineMethods.cpp | 3 ++- lib/Parse/ParseDecl.cpp | 4 ++- lib/Parse/ParseExpr.cpp | 2 +- lib/Parse/ParseExprCXX.cpp | 3 ++- lib/Parse/ParseObjc.cpp | 22 +++++++++------- lib/Parse/ParseOpenMP.cpp | 11 +++++--- lib/Parse/ParsePragma.cpp | 3 ++- lib/Parse/ParseStmt.cpp | 17 +++++++----- lib/Parse/ParseTemplate.cpp | 3 ++- lib/Parse/Parser.cpp | 11 +++++--- lib/Sema/SemaDecl.cpp | 8 ++++-- test/Driver/mips-abicalls-warning.c | 9 +++++++ test/Driver/mips-features.c | 13 ++++++++-- test/Sema/implicit-decl-c90.c | 39 ++++++++++++++++++++++++++++ test/Sema/implicit-decl.c | 5 ++-- 18 files changed, 156 insertions(+), 43 deletions(-) create mode 100644 test/Driver/mips-abicalls-warning.c create mode 100644 test/Sema/implicit-decl-c90.c