This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from b2df6a4 [MS] Silence -Wextern-init on const selectany variables
new cd39b64 Resubmit "[Tooling] Parse compilation database command lines [...]
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/JSONCompilationDatabase.h | 13 ++--
lib/Tooling/JSONCompilationDatabase.cpp | 54 ++++++++++++----
unittests/Tooling/CompilationDatabaseTest.cpp | 82 +++++++++++++++----------
3 files changed, 101 insertions(+), 48 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 b65f0b7 Get rid of array-bounds warning in __kernel_rem_pio2[f] with [...]
new 6f9d4f5 Fix incorrect double-checked locking related to _res_hconf.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:
ChangeLog | 9 +++++++++
nscd/aicache.c | 3 +--
nss/getXXbyYY_r.c | 3 +--
resolv/res_hconf.c | 3 ++-
resolv/res_hconf.h | 9 +++++++++
sysdeps/posix/getaddrinfo.c | 3 +--
6 files changed, 23 insertions(+), 7 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 95ebb8a [ELF] - Linkerscript: removed duplicate forward declarations, [...]
new f172d34 [ELF][MIPS] Support R_MIPS_CALL_HI16 / R_MIPS_CALL_LO16 reloc [...]
new e3648fa [ELF][MIPS] Support R_MIPS_GOT_HI16 / R_MIPS_GOT_LO16 relocat [...]
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:
ELF/Target.cpp | 8 ++++++
test/ELF/mips-call-hilo.s | 62 +++++++++++++++++++++++++++++++++++++++++++++
test/ELF/mips-got-hilo.s | 64 +++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 134 insertions(+)
create mode 100644 test/ELF/mips-call-hilo.s
create mode 100644 test/ELF/mips-got-hilo.s
--
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 5c8151f Spelling suggestions for misspelled preprocessor directives
new 48a7392 Allow calling diagnostic_show_locus without a diagnostic_info
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 | 33 +++
gcc/c-family/ChangeLog | 5 +
gcc/c-family/c-opts.c | 2 +-
gcc/diagnostic-show-locus.c | 243 +++++++++++++++++++--
gcc/diagnostic.c | 7 +-
gcc/diagnostic.h | 4 +-
gcc/fortran/ChangeLog | 5 +
gcc/fortran/error.c | 2 +-
gcc/testsuite/ChangeLog | 6 +
.../plugin/diagnostic_plugin_test_show_locus.c | 2 +-
10 files changed, 285 insertions(+), 24 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 a13b2e5 Add a version of Intrinsic::getName which is more efficient w [...]
new b1ee91e Branch Folding: Accept explicit threshold for tail merge size.
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/BranchFolding.cpp | 50 ++++++++++++++++++++++-------------
lib/CodeGen/BranchFolding.h | 12 ++++++---
lib/CodeGen/MachineBlockPlacement.cpp | 4 ++-
3 files changed, 44 insertions(+), 22 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 26040f0 PR c/71514 * c-common.c (get_atomic_generic_size): Disallow [...]
new 5c8151f Spelling suggestions for misspelled preprocessor directives
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/c-family/ChangeLog | 8 +++++
gcc/c-family/c-common.c | 17 ++++++++++
gcc/c-family/c-common.h | 5 +++
gcc/c-family/c-lex.c | 1 +
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.dg/cpp/misspelled-directive-1.c | 12 +++++++
gcc/testsuite/gcc.dg/cpp/misspelled-directive-2.c | 21 ++++++++++++
libcpp/ChangeLog | 11 ++++++
libcpp/directives.c | 41 +++++++++++++++++++++--
libcpp/errors.c | 36 ++++++++++++++++++++
libcpp/include/cpplib.h | 8 +++++
11 files changed, 163 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/cpp/misspelled-directive-1.c
create mode 100644 gcc/testsuite/gcc.dg/cpp/misspelled-directive-2.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 c62bf7a Removed use of 'emplace' on std::map, since not all buildbot [...]
new b2df6a4 [MS] Silence -Wextern-init on const selectany variables
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/SemaDecl.cpp | 13 ++++++++++---
test/Sema/attr-selectany.c | 8 ++++++++
2 files changed, 18 insertions(+), 3 deletions(-)
create mode 100644 test/Sema/attr-selectany.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-tools-extra.
from f7f8d19 [clang-tidy docs] Minor fix
new 9725e44 [clang-tidy docs] Move option descriptions to the Options section
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:
docs/clang-tidy/checks/misc-assert-side-effect.rst | 3 +-
docs/clang-tidy/checks/misc-dangling-handle.rst | 16 +++++----
docs/clang-tidy/checks/modernize-use-emplace.rst | 40 ++++++++++++++--------
3 files changed, 37 insertions(+), 22 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 ca10d2e Use __has_include rather than a configure-time macro to deter [...]
new c62bf7a Removed use of 'emplace' on std::map, since not all buildbot [...]
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/libclang/LibclangTest.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 llvm.
from 86d5f19 [X86][SSE] Missed insertps shuffle patterns
new a13b2e5 Add a version of Intrinsic::getName which is more efficient w [...]
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/IR/Intrinsics.h | 5 ++++-
lib/IR/Function.cpp | 5 +++++
2 files changed, 9 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.