This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from bbedda5 Delete dead code. NFC
new 3946997 Fix another occurrence of needing to use member accessors.
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:
source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.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 lld.
from 85a4dde [ELF] - Remove unnecessary template. NFC.
new 8681bd8 ELF: Resolve _end symbols correctly.
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:
ELF/Writer.cpp | 13 +++++++++----
test/ELF/pre_init_fini_array_missing.s | 13 +++++++++++++
2 files changed, 22 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 llvm.
from 39e53ee [ADT] Improve the genericity of llvm::enumerate().
new 7880ee0 Use the new member accessors of llvm::enumerate.
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:
tools/llvm-cov/CoverageReport.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 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 c381204 The rpcgen tests should not run if we don't build rpcgen.
new d50a2c0 Add missing ChangeLog entries.
new 53a4608 Add more IPV6_* macros to sysdeps/unix/sysv/linux/bits/in.h.
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:
ChangeLog | 21 +++++++++++++++++++++
sysdeps/unix/sysv/linux/bits/in.h | 14 ++++++++++++++
2 files changed, 35 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 111ee79 Remove an unused variable.
new 39e53ee [ADT] Improve the genericity of llvm::enumerate().
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/ADT/STLExtras.h | 110 +++++++++++++++++++++++++----------
unittests/ADT/STLExtrasTest.cpp | 24 +++++---
utils/TableGen/GlobalISelEmitter.cpp | 4 +-
3 files changed, 98 insertions(+), 40 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 498a13f [CGP] add tests for PR31028; NFC
new 111ee79 Remove an unused variable.
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/DebugInfo/CodeView/SymbolSerializer.h | 1 -
1 file changed, 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 glibc.
from d40dbe7 sh: Fix building with gcc5/6
new c381204 The rpcgen tests should not run if we don't build rpcgen.
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:
sunrpc/Makefile | 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 clang-tools-extra.
from fa387ef [clang-rename] Introduce an unittest skeleton for clang-rename.
new d8c2a53 [include-fixer] Add fuzzy SymbolIndex, where identifier needn [...]
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-fixer/CMakeLists.txt | 1 +
include-fixer/FuzzySymbolIndex.cpp | 143 ++++++++++++++++++++++
include-fixer/FuzzySymbolIndex.h | 55 +++++++++
include-fixer/SymbolIndexManager.cpp | 76 ++++++------
include-fixer/tool/ClangIncludeFixer.cpp | 24 +++-
test/include-fixer/Inputs/fake_yaml_db.yaml | 11 ++
test/include-fixer/yaml_fuzzy.cpp | 9 ++
unittests/include-fixer/CMakeLists.txt | 1 +
unittests/include-fixer/FuzzySymbolIndexTests.cpp | 61 +++++++++
9 files changed, 339 insertions(+), 42 deletions(-)
create mode 100644 include-fixer/FuzzySymbolIndex.cpp
create mode 100644 include-fixer/FuzzySymbolIndex.h
create mode 100644 test/include-fixer/yaml_fuzzy.cpp
create mode 100644 unittests/include-fixer/FuzzySymbolIndexTests.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 llvm.
from 00ea544 [llvm-pdbdump] Add support for dumping symbols from Yaml -> PDB.
new 498a13f [CGP] add tests for PR31028; 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:
.../Transforms/CodeGenPrepare/X86/div-rem-pairs.ll | 122 +++++++++++++++++++++
1 file changed, 122 insertions(+)
create mode 100644 test/Transforms/CodeGenPrepare/X86/div-rem-pairs.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 5f2fe71 [ASTImporter] Import fix of GCCAsmStmts w/ missing symbolic operands
new 379fd9a [CodeCompletion] Format block parameter placeholders in impli [...]
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 | 9 +++++++++
test/Index/complete-block-properties.m | 10 ++++++++--
2 files changed, 17 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.