This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from eaa2b10ecb clang-format: Introduce BreakConstructorInitializers option
new 5bfd35d62f Method loadFromCommandLine should be able to report errors
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/Tooling/CompilationDatabase.h | 7 ++--
lib/Frontend/CreateInvocationFromCommandLine.cpp | 2 ++
lib/Tooling/CommonOptionsParser.cpp | 7 ++--
lib/Tooling/CompilationDatabase.cpp | 42 +++++++++++++++---------
lib/Tooling/Tooling.cpp | 2 ++
unittests/Tooling/CompilationDatabaseTest.cpp | 32 ++++++++++++------
6 files changed, 61 insertions(+), 31 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 788172b2122 gcc/cp/ * cp-tree.h (OVL_HIDDEN_P): New. (ovl_iterator:: [...]
new ff03121facf S/390: Fix PR80725.
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 | 7 +++++++
gcc/config/s390/s390.c | 3 +++
gcc/config/s390/s390.md | 10 ++++++----
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/s390/pr80725.c | 26 ++++++++++++++++++++++++++
5 files changed, 46 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/pr80725.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 6c360dcc83 Fix 'set but not used' [-Wunused-but-set-variable] warning
new eaa2b10ecb clang-format: Introduce BreakConstructorInitializers option
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/Format/Format.h | 42 +++++---
lib/Format/ContinuationIndenter.cpp | 46 +++++++--
lib/Format/Format.cpp | 27 +++++-
lib/Format/TokenAnnotator.cpp | 23 +++--
unittests/Format/FormatTest.cpp | 184 ++++++++++++++++++++++++++++++++++--
5 files changed, 283 insertions(+), 39 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 21eac2da1dc check_GNU_style.py: print usage if no file specified
new 788172b2122 gcc/cp/ * cp-tree.h (OVL_HIDDEN_P): New. (ovl_iterator:: [...]
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/cp/ChangeLog | 16 +++++++
gcc/cp/cp-tree.h | 16 ++++++-
gcc/cp/name-lookup.c | 66 ++++++++++++++++++++-------
gcc/cp/tree.c | 35 ++++++++++++--
gcc/testsuite/ChangeLog | 3 ++
gcc/testsuite/g++.dg/lookup/extern-c-hidden.C | 11 +++++
gcc/testsuite/g++.dg/lookup/extern-redecl1.C | 18 ++++++++
7 files changed, 144 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/extern-c-hidden.C
create mode 100644 gcc/testsuite/g++.dg/lookup/extern-redecl1.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 376361f40b2 Strip trailing whitespace. NFCI.
new b762e5bdbc6 Demangler: Fix constructor cv qualifier handling
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/Demangle/ItaniumDemangle.cpp | 2 ++
1 file changed, 2 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 libcxxabi.
from 0a91f7a [demangler] Fix a crash in the demangler during parsing of a lamdba
new 413296b __cxa_demangle: Fix constructor cv qualifier handling
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:
src/cxa_demangle.cpp | 2 ++
test/test_demangle.pass.cpp | 1 +
2 files changed, 3 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 llvm.
from d48d2155c2b [ARM] Remove ThumbTargetMachines. (NFC)
new 376361f40b2 Strip trailing whitespace. NFCI.
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/X86InstrInfo.cpp | 4 ++--
1 file changed, 2 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 clang-tools-extra.
from f41d7f11 [clang-tidy] Do not dereference a null BaseType
new 092a04b5 Modify test so that it looks for patterns in stderr as well
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/clang-tidy/diagnostic.cpp | 8 ++++----
1 file changed, 4 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 4d74a8eaae [XRay][clang] Allow imbuing arg1 logging attribute via -fxra [...]
new 6c360dcc83 Fix 'set but not used' [-Wunused-but-set-variable] 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:
lib/Lex/LiteralSupport.cpp | 2 --
1 file changed, 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 llvm.
from 3bfeab444dc MachineCSE: Respect interblock physreg liveness
new d48d2155c2b [ARM] Remove ThumbTargetMachines. (NFC)
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/ARM/ARMTargetMachine.cpp | 63 +++++-----------------------------
lib/Target/ARM/ARMTargetMachine.h | 62 +++------------------------------
lib/Target/ARM/ARMTargetObjectFile.cpp | 4 +--
3 files changed, 15 insertions(+), 114 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.