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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 59d0d38 Reintroduce a check accidentally removed in 288873 to fix clang bots
new 9a9268b [PM] Add some more logging to make it more clear when the CGS [...]
new 0736f44 [InlineFunction] Do not propagate the callsite debug location [...]
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/llvm/Analysis/CGSCCPassManager.h | 16 ++++++++--
lib/Transforms/Utils/InlineFunction.cpp | 11 +++++--
test/DebugInfo/Generic/inline-debug-loc.ll | 47 ++++++++++++++++++++++++++++++
3 files changed, 69 insertions(+), 5 deletions(-)
create mode 100644 test/DebugInfo/Generic/inline-debug-loc.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 2e70037 Compilation database test: don't try to output to CWD
new adfb696 [ObjC++] Don't enter a C++ declarator scope when the current [...]
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:
lib/Parse/ParseDecl.cpp | 8 ++++++++
lib/Sema/SemaCXXScopeSpec.cpp | 5 +++++
test/SemaObjCXX/crash.mm | 35 +++++++++++++++++++++++++++++++++++
3 files changed, 48 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 1c3a5fb [GOLD] PowerPC --stub-group-multi
new c2596ca Fix internal error in the linker by replacing a call to abort [...]
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:
bfd/ChangeLog | 6 ++++++
bfd/elflink.c | 7 +++++--
2 files changed, 11 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 884483b Compile gcc.target/i386/pr70322-?.c with -mno-stackrealign
new a671e24 PR tree-optimization/78691 * match.pd ((convert1 (minmax (( [...]
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:
gcc/ChangeLog | 6 ++++++
gcc/match.pd | 3 ++-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/i386/pr78691-i386.c | 14 ++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr78691-ppc.c | 18 ++++++++++++++++++
5 files changed, 46 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr78691-i386.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr78691-ppc.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 16b3722 [OpenCL] Added a LIT test for ensuring address space mangling [...]
new 2e70037 Compilation database test: don't try to output to CWD
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:
test/Driver/compilation_database.c | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1da6b1a 2016-12-07 Naveen H.S <Naveen.Hurugalawadi(a)cavium.com>
new 884483b Compile gcc.target/i386/pr70322-?.c with -mno-stackrealign
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:
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.target/i386/pr70322-1.c | 2 +-
gcc/testsuite/gcc.target/i386/pr70322-2.c | 2 +-
gcc/testsuite/gcc.target/i386/pr70322-3.c | 2 +-
gcc/testsuite/gcc.target/i386/pr70322-4.c | 2 +-
5 files changed, 11 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 353f319 [OpenCL] Fix SPIR version generation.
new 16b3722 [OpenCL] Added a LIT test for ensuring address space mangling [...]
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:
test/CodeGenOpenCL/address-spaces-mangling.cl | 14 ++++++++++++++
1 file changed, 14 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ae933a5 Driver: Remove support for -fobjc-gc*
new 353f319 [OpenCL] Fix SPIR version generation.
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:
lib/CodeGen/TargetInfo.cpp | 6 ++++--
test/CodeGenOpenCL/spir_version.cl | 21 ++++++++++++---------
2 files changed, 16 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 1dae0a1 Fix typo in last ChangeLog message.
new 657c084 Get rid of __elision_available
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:
ChangeLog | 8 ++++++++
sysdeps/unix/sysv/linux/x86/elision-conf.c | 11 +++--------
sysdeps/unix/sysv/linux/x86/elision-conf.h | 1 -
3 files changed, 11 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.