This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 1bbf8120e4 Fix compilation problem introduced in r308433
new 62df600523 Recommit r308327: Add a warning for missing '#pragma pack (p [...]
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/DiagnosticGroups.td | 3 +-
include/clang/Basic/DiagnosticSemaKinds.td | 10 ++++++
include/clang/Lex/PPCallbacks.h | 6 ++++
include/clang/Sema/Sema.h | 31 ++++++++++++++---
include/clang/Serialization/ASTReader.h | 1 +
lib/Parse/ParsePragma.cpp | 9 +++--
lib/Sema/Sema.cpp | 54 ++++++++++++++++++++++++++++++
lib/Sema/SemaAttr.cpp | 37 +++++++++++++++++++-
lib/Serialization/ASTReader.cpp | 6 ++--
lib/Serialization/ASTWriter.cpp | 1 +
test/OpenMP/declare_simd_messages.cpp | 2 +-
test/PCH/pragma-pack.c | 30 ++++++++---------
test/PCH/suspicious-pragma-pack.c | 8 +++++
test/Parser/pragma-options.c | 2 +-
test/Parser/pragma-options.cpp | 2 +-
test/Parser/pragma-pack.c | 2 +-
test/Sema/Inputs/pragma-pack1.h | 23 +++++++++++++
test/Sema/Inputs/pragma-pack2.h | 6 ++++
test/Sema/pragma-pack.c | 5 +++
test/Sema/suspicious-pragma-pack.c | 44 ++++++++++++++++++++++++
test/SemaObjC/Inputs/empty.h | 1 +
test/SemaObjC/suspicious-pragma-pack.m | 6 ++++
22 files changed, 259 insertions(+), 30 deletions(-)
create mode 100644 test/PCH/suspicious-pragma-pack.c
create mode 100644 test/Sema/Inputs/pragma-pack1.h
create mode 100644 test/Sema/Inputs/pragma-pack2.h
create mode 100644 test/Sema/suspicious-pragma-pack.c
create mode 100644 test/SemaObjC/Inputs/empty.h
create mode 100644 test/SemaObjC/suspicious-pragma-pack.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 cb5b6da03e7 Revert r274270, "[CMake] Module builds depend on target int [...]
new 18e8f9ef064 Recommit r274270, [CMake] Module builds depend on target in [...]
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:
CMakeLists.txt | 9 +++++++++
1 file changed, 9 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 239ecbc204 Add default values for function parameter chunks
new dc8e82c941 Revert "[mips] Teach the driver to accept -m(no-)gpopt."
new 1bbf8120e4 Fix compilation problem introduced in r308433
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/DiagnosticDriverKinds.td | 4 ----
include/clang/Basic/DiagnosticGroups.td | 1 -
include/clang/Driver/Options.td | 6 ------
lib/Driver/ToolChains/Clang.cpp | 26 --------------------------
lib/Sema/SemaCodeComplete.cpp | 2 +-
test/Driver/mips-features.c | 25 -------------------------
test/Driver/mips-gpopt-warning.c | 6 ------
7 files changed, 1 insertion(+), 69 deletions(-)
delete mode 100644 test/Driver/mips-gpopt-warning.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 llvm.
from 55bda90186e [X86][XOP] Use default AVX2 lowering for v4i64 ashr by spla [...]
new cb5b6da03e7 Revert r274270, "[CMake] Module builds depend on target int [...]
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:
CMakeLists.txt | 9 ---------
1 file changed, 9 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 2e25cff3e7 [mips] Add warning test for -mgpopt option.
new 239ecbc204 Add default values for function parameter chunks
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/Sema/SemaCodeComplete.cpp | 43 ++++++++++++++++++++++++++++++---
test/CodeCompletion/functions.cpp | 2 +-
test/Index/code-completion.cpp | 4 +--
test/Index/complete-optional-params.cpp | 36 +++++++++++++++++++--------
4 files changed, 69 insertions(+), 16 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 hjl/pr21666/2.25
in repository glibc.
at 2f919bf213 Avoid .symver on common symbols [BZ #21666]
This branch includes the following new commits:
new 2f919bf213 Avoid .symver on common symbols [BZ #21666]
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.
--
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 29ed0a05e2 Update clang-cl options in the users manual
new fbee012992 [mips] Teach the driver to accept -m(no-)gpopt.
new 2e25cff3e7 [mips] Add warning test for -mgpopt option.
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/DiagnosticDriverKinds.td | 4 ++++
include/clang/Basic/DiagnosticGroups.td | 1 +
include/clang/Driver/Options.td | 6 ++++++
lib/Driver/ToolChains/Clang.cpp | 26 ++++++++++++++++++++++++++
test/Driver/mips-features.c | 25 +++++++++++++++++++++++++
test/Driver/mips-gpopt-warning.c | 6 ++++++
6 files changed, 68 insertions(+)
create mode 100644 test/Driver/mips-gpopt-warning.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 llvm.
from 5ad383b9010 [SystemZ] Minor fixing in SystemZScheduleZ14.td
new 55bda90186e [X86][XOP] Use default AVX2 lowering for v4i64 ashr by spla [...]
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/Target/X86/X86ISelLowering.cpp | 5 +++--
test/CodeGen/X86/vector-shift-ashr-256.ll | 5 ++---
2 files changed, 5 insertions(+), 5 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 llvm.
from 86f17763956 [LoopUtils] Add an extra parameter OpValue to propagateIRFl [...]
new 5ad383b9010 [SystemZ] Minor fixing in SystemZScheduleZ14.td
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/Target/SystemZ/SystemZScheduleZ14.td | 22 +++++++++++-----------
1 file changed, 11 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 llvm.
from 4729bc52ffa [globalisel][tablegen] 80-col corrections.
new 86f17763956 [LoopUtils] Add an extra parameter OpValue to propagateIRFl [...]
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/llvm/Transforms/Utils/LoopUtils.h | 4 +++-
lib/Transforms/Utils/LoopUtils.cpp | 27 ++++++++++++++++-----------
2 files changed, 19 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.