This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 6c70d597ab [rename] Introduce symbol occurrences
new 430fd9ec7c [OPENMP] Fix for PR33922: New ident_t flags for __kmpc_for_s [...]
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/CGOpenMPRuntime.cpp | 134 +++++++++++++++++++----------------
lib/CodeGen/CGOpenMPRuntime.h | 73 ++++++++++---------
lib/CodeGen/CGStmtOpenMP.cpp | 39 +++++-----
test/OpenMP/distribute_codegen.cpp | 7 +-
test/OpenMP/for_codegen.cpp | 7 +-
test/OpenMP/parallel_for_codegen.cpp | 11 +--
test/OpenMP/sections_codegen.cpp | 5 +-
7 files changed, 151 insertions(+), 125 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 release_50
in repository clang.
from 63c6fd256d Merging r310516: ------------------------------------------- [...]
new b52dc49165 Merging r310804: ------------------------------------------- [...]
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 | 13 +++---
include/clang/Basic/DiagnosticLexKinds.td | 6 +--
include/clang/Basic/DiagnosticParseKinds.td | 50 +++++++++++-----------
include/clang/Basic/DiagnosticSemaKinds.td | 40 ++++++++---------
.../CXX/dcl.dcl/dcl.attr/dcl.attr.nodiscard/p2.cpp | 10 ++---
test/CXX/dcl.dcl/dcl.attr/dcl.attr.unused/p3.cpp | 10 ++---
test/CXX/drs/dr0xx.cpp | 20 ++++-----
test/CXX/drs/dr13xx.cpp | 18 ++++----
test/CXX/drs/dr1xx.cpp | 4 +-
test/CXX/drs/dr2xx.cpp | 8 ++--
test/CXX/drs/dr4xx.cpp | 8 ++--
test/CXX/drs/dr5xx.cpp | 4 +-
test/CXX/stmt.stmt/stmt.iter/stmt.ranged/p1.cpp | 4 +-
test/FixIt/fixit.cpp | 2 +-
test/Lexer/hexfloat.cpp | 10 ++---
test/Parser/cxx0x-attributes.cpp | 8 ++--
test/Parser/cxx1z-constexpr-lambdas.cpp | 8 ++--
test/Parser/cxx1z-nested-namespace-definition.cpp | 6 +--
test/SemaCXX/cxx0x-compat.cpp | 8 ++--
test/SemaCXX/deprecated.cpp | 16 +++----
test/SemaCXX/inline.cpp | 6 +--
test/SemaCXX/static-assert.cpp | 2 +-
test/SemaCXX/warn-c++1z-extensions.cpp | 4 +-
test/SemaTemplate/temp_arg_nontype_cxx11.cpp | 2 +-
24 files changed, 135 insertions(+), 132 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 0d886cc0 [clang-tidy] Add a close-on-exec check on inotify_init() in A [...]
new d3789e24 [clang-tidy] Add a close-on-exec check on inotify_init1() 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:
clang-tidy/android/AndroidTidyModule.cpp | 3 +
clang-tidy/android/CMakeLists.txt | 1 +
...yInitCheck.cpp => CloexecInotifyInit1Check.cpp} | 17 +++---
...otifyInitCheck.h => CloexecInotifyInit1Check.h} | 16 +++---
docs/ReleaseNotes.rst | 6 ++
.../checks/android-cloexec-inotify-init1.rst | 18 ++++++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/android-cloexec-inotify-init1.cpp | 64 ++++++++++++++++++++++
8 files changed, 109 insertions(+), 17 deletions(-)
copy clang-tidy/android/{CloexecInotifyInitCheck.cpp => CloexecInotifyInit1Check.c [...]
copy clang-tidy/android/{CloexecInotifyInitCheck.h => CloexecInotifyInit1Check.h} (74%)
create mode 100644 docs/clang-tidy/checks/android-cloexec-inotify-init1.rst
create mode 100644 test/clang-tidy/android-cloexec-inotify-init1.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 lld.
from d02c3a3b4 [ELF] - Ignore --plugin-opt=mcpu= and --plugin-opt=thinlto.
new 2fc57dfce Add a comment and remove a TODO.
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/Driver.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 clang-tools-extra.
from af774575 [clang-tidy] Add a close-on-exec check on dup() in Android module.
new 0d886cc0 [clang-tidy] Add a close-on-exec check on inotify_init() in A [...]
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/android/AndroidTidyModule.cpp | 3 ++
clang-tidy/android/CMakeLists.txt | 1 +
clang-tidy/android/CloexecInotifyInitCheck.cpp | 34 ++++++++++++++++++++++
...emfdCreateCheck.h => CloexecInotifyInitCheck.h} | 16 +++++-----
docs/ReleaseNotes.rst | 5 ++++
.../checks/android-cloexec-inotify-init.rst | 17 +++++++++++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/android-cloexec-inotify-init.cpp | 24 +++++++++++++++
8 files changed, 93 insertions(+), 8 deletions(-)
create mode 100644 clang-tidy/android/CloexecInotifyInitCheck.cpp
copy clang-tidy/android/{CloexecMemfdCreateCheck.h => CloexecInotifyInitCheck.h} (58%)
create mode 100644 docs/clang-tidy/checks/android-cloexec-inotify-init.rst
create mode 100644 test/clang-tidy/android-cloexec-inotify-init.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 7d99ae532b4 [ValueTracking] Don't delete assumes of side-effectful inst [...]
new e01dfba9adf [GISel]: Add some helper constructors to MIRBuilder
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/CodeGen/GlobalISel/MachineIRBuilder.h | 8 ++++++++
1 file changed, 8 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 1d2cebd9453 Revert "Reland "[mips][mt][6/7] Add support for mftr, mttr [...]
new 7d99ae532b4 [ValueTracking] Don't delete assumes of side-effectful inst [...]
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/Analysis/ValueTracking.cpp | 14 +++++++-------
test/Analysis/ValueTracking/assume.ll | 13 ++++++++++++-
2 files changed, 19 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 glibc.
from 88ff4d5561 conformtest: Disable si_value expectation for XPG42.
new dbb488ff46 Use “copy "i18n"” in km_KH locale
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:
localedata/ChangeLog | 5 +
localedata/locales/km_KH | 825 +----------------------------------------------
2 files changed, 6 insertions(+), 824 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 13a071d6 Add braces to silence gcc dangling-else warnings. NFCI.
new af774575 [clang-tidy] Add a close-on-exec check on dup() in Android module.
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/android/AndroidTidyModule.cpp | 2 ++
clang-tidy/android/CMakeLists.txt | 1 +
clang-tidy/android/CloexecCheck.cpp | 9 +++++
clang-tidy/android/CloexecCheck.h | 4 +++
clang-tidy/android/CloexecDupCheck.cpp | 38 ++++++++++++++++++++++
...CloexecMemfdCreateCheck.h => CloexecDupCheck.h} | 17 +++++-----
docs/ReleaseNotes.rst | 5 +++
docs/clang-tidy/checks/android-cloexec-dup.rst | 18 ++++++++++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/android-cloexec-dup.cpp | 31 ++++++++++++++++++
10 files changed, 118 insertions(+), 8 deletions(-)
create mode 100644 clang-tidy/android/CloexecDupCheck.cpp
copy clang-tidy/android/{CloexecMemfdCreateCheck.h => CloexecDupCheck.h} (58%)
create mode 100644 docs/clang-tidy/checks/android-cloexec-dup.rst
create mode 100644 test/clang-tidy/android-cloexec-dup.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 glibc.
from c88ffc239e NSS: Replace exported NSS lookup functions with stubs [BZ #21962]
new 88ff4d5561 conformtest: Disable si_value expectation for XPG42.
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 | 5 +++++
conform/data/sys/wait.h-data | 2 ++
2 files changed, 7 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.