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 80fa4a22 [clang-tidy] Replace deprecated std::ios_base aliases
new 4e1ab6ce [clangd] Remove last usage of ast matchers from SymbolCollector. 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:
clangd/index/SymbolCollector.cpp | 6 ++----
1 file changed, 2 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-tools-extra.
from 00567aa9 [clangd] Remove debugging output in test
new 80fa4a22 [clang-tidy] Replace deprecated std::ios_base aliases
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:
clang-tidy/modernize/CMakeLists.txt | 1 +
.../modernize/DeprecatedIosBaseAliasesCheck.cpp | 80 +++++++
.../modernize/DeprecatedIosBaseAliasesCheck.h | 36 ++++
clang-tidy/modernize/ModernizeTidyModule.cpp | 3 +
docs/ReleaseNotes.rst | 6 +
docs/clang-tidy/checks/list.rst | 1 +
.../modernize-deprecated-ios-base-aliases.rst | 17 ++
.../modernize-deprecated-ios-base-aliases.cpp | 239 +++++++++++++++++++++
8 files changed, 383 insertions(+)
create mode 100644 clang-tidy/modernize/DeprecatedIosBaseAliasesCheck.cpp
create mode 100644 clang-tidy/modernize/DeprecatedIosBaseAliasesCheck.h
create mode 100644 docs/clang-tidy/checks/modernize-deprecated-ios-base-aliases.rst
create mode 100644 test/clang-tidy/modernize-deprecated-ios-base-aliases.cpp
--
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 41f70262ff5 2018-10-05 Richard Biener <rguenther(a)suse.de>
new fa31eb4582b 2018-10-05 Richard Biener <rguenther(a)suse.de>
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 | 26 ++++++++
gcc/tree-ssa-ccp.c | 2 +-
gcc/tree-ssa-propagate.c | 157 ++++++++++++++++++++++++-----------------------
gcc/tree-ssa-propagate.h | 2 -
4 files changed, 106 insertions(+), 81 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 lld.
from d0c1d02fc ReleaseNotes: remove superfluous 's' in 'can promotes'
new 1b68a4c56 [LLD][COFF] Fix ordering of CRT global initializers in COMDAT [...]
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:
COFF/Chunks.cpp | 7 ++
COFF/Chunks.h | 5 +-
COFF/Writer.cpp | 52 +++++++++--
test/COFF/Inputs/crt-dyn-initializer-order_1.yaml | 15 ++++
test/COFF/Inputs/crt-dyn-initializer-order_2.yaml | 19 ++++
test/COFF/crt-dyn-initializer-order.test | 100 ++++++++++++++++++++++
6 files changed, 192 insertions(+), 6 deletions(-)
create mode 100644 test/COFF/Inputs/crt-dyn-initializer-order_1.yaml
create mode 100644 test/COFF/Inputs/crt-dyn-initializer-order_2.yaml
create mode 100644 test/COFF/crt-dyn-initializer-order.test
--
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 b91a3763a0 [AArch64] Use filecheck captures for metadata node numbers i [...]
new b5da797fed Fix llvm-clang-x86_64-expensive-checks-win build by setting [...]
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/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 34b30d6e [clangd] Fix a subtle case for GetBeginningOfIdentifier.
new 00567aa9 [clangd] Remove debugging output in test
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:
unittests/clangd/SerializationTests.cpp | 5 -----
1 file changed, 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 newlib.
from 3878d82a2 [ARM] Cast string pointers to int to avoid compiler warnings.
new 9edf0810d [Aarch64] Fix warning in _sbrk
new f53ce0112 Define _COMPILING_NEWLIB on aarch64 to define function protot [...]
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:
libgloss/aarch64/syscalls.c | 2 +-
newlib/configure.host | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
--
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 c5807e88 [clangd] Make binary index format the default, remove dead flag.
new 34b30d6e [clangd] Fix a subtle case for GetBeginningOfIdentifier.
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:
clangd/ClangdUnit.cpp | 8 ++++----
unittests/clangd/ClangdUnitTests.cpp | 25 +++++++++++++++++++++----
2 files changed, 25 insertions(+), 8 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 140696c847d i386: Don't pass -msse2avx to assembler for -mavx
new 71dad064f23 2018-10-05 Richard Biener <rguenther(a)suse.de>
new 41f70262ff5 2018-10-05 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 23 +++++++++++
gcc/config/i386/i386.c | 6 ++-
gcc/dwarf2out.c | 105 ++++++++++++++----------------------------------
gcc/tree-core.h | 3 +-
gcc/tree-pretty-print.c | 3 --
gcc/tree-ssa-live.c | 5 +--
gcc/tree-streamer-in.c | 1 -
gcc/tree-streamer-out.c | 1 -
gcc/tree.c | 5 ---
gcc/tree.def | 3 --
gcc/tree.h | 1 -
11 files changed, 61 insertions(+), 95 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.