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 227f1ffb [clang-tidy] 'implicit cast' -> 'implicit conversion'
new 8ec8591e [clang-tidy] Add new readability non-idiomatic static access check
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/readability/CMakeLists.txt | 1 +
clang-tidy/readability/ReadabilityTidyModule.cpp | 3 +
.../StaticAccessedThroughInstanceCheck.cpp | 90 +++++++++
.../StaticAccessedThroughInstanceCheck.h | 43 ++++
docs/ReleaseNotes.rst | 6 +
docs/clang-tidy/checks/list.rst | 1 +
...eadability-static-accessed-through-instance.rst | 30 +++
...accessed-through-instance-nesting-threshold.cpp | 33 +++
...eadability-static-accessed-through-instance.cpp | 222 +++++++++++++++++++++
9 files changed, 429 insertions(+)
create mode 100644 clang-tidy/readability/StaticAccessedThroughInstanceCheck.cpp
create mode 100644 clang-tidy/readability/StaticAccessedThroughInstanceCheck.h
create mode 100644 docs/clang-tidy/checks/readability-static-accessed-through-inst [...]
create mode 100644 test/clang-tidy/readability-static-accessed-through-instance-ne [...]
create mode 100644 test/clang-tidy/readability-static-accessed-through-instance.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 compiler-rt.
from 4347a8988 Reuse interception_linux for NetBSD
new 1445db948 Enable COMPILER_RT_HAS_SANITIZER_COMMON on NetBSD
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:
cmake/config-ix.cmake | 5 +++--
1 file changed, 3 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.
from 3efad662a1 clang-format: [JS] fix union type spacing in object & array types.
new 44f6e9ddf3 Non-functional change. Fix test for D29654.
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/Driver/openmp-offload.c | 2 +-
1 file changed, 1 insertion(+), 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.
from 9ef5d8bb41 clang-format: [JS] handle single lines comments ending in `\\`.
new 3efad662a1 clang-format: [JS] fix union type spacing in object & array types.
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/Format/TokenAnnotator.cpp | 9 +++++++++
unittests/Format/FormatTestJS.cpp | 12 ++++++++++++
2 files changed, 21 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 gcc.
from 364bc5b93b7 * doc/invoke.texi: Document -ftree-loop-distribution for O [...]
new f788eee3057 * tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cand [...]
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 | 5 +++++
gcc/tree-ssa-loop-ivopts.c | 4 ++--
2 files changed, 7 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 glibc.
from 852d631207 posix: Set p{read,write}v2 to return ENOTSUP (BZ#21780)
new fc5ad7024c Don't use IFUNC resolver for longjmp or system in libpthread [...]
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 | 6 ++++++
nptl/pt-longjmp.c | 31 ++++++++++---------------------
nptl/pt-system.c | 24 ++++++++----------------
3 files changed, 24 insertions(+), 37 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 5dc0a08536 Revert "[OPENMP][DEBUG] Set proper address space info if req [...]
new 9ef5d8bb41 clang-format: [JS] handle single lines comments ending 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:
lib/Format/FormatTokenLexer.cpp | 28 ++++++++++++++++++++++++++++
unittests/Format/FormatTestJS.cpp | 22 ++++++++++++++++++++++
2 files changed, 50 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 f8695069552 [RISCV] Add basic RISCVAsmParser
new 8566fbfb258 [RISCV] Add basic RISCVAsmParser (missing files)
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/RISCV/AsmParser/CMakeLists.txt | 3 +
.../{MCTargetDesc => AsmParser}/LLVMBuild.txt | 6 +-
lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp | 373 +++++++++++++++++++++
3 files changed, 379 insertions(+), 3 deletions(-)
create mode 100644 lib/Target/RISCV/AsmParser/CMakeLists.txt
copy lib/Target/RISCV/{MCTargetDesc => AsmParser}/LLVMBuild.txt (80%)
create mode 100644 lib/Target/RISCV/AsmParser/RISCVAsmParser.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 clang.
from ee21c4d6a6 [OpenMP] OpenMP device offloading code generation produces a [...]
new 5dc0a08536 Revert "[OPENMP][DEBUG] Set proper address space info if req [...]
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/Attr.td | 8 --
include/clang/Sema/Sema.h | 5 --
lib/CodeGen/CGOpenMPRuntime.h | 26 ------
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 78 ------------------
lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 25 ------
lib/CodeGen/CGStmtOpenMP.cpp | 57 +++----------
lib/Sema/SemaExpr.cpp | 2 -
lib/Sema/SemaOpenMP.cpp | 33 --------
test/OpenMP/nvptx_target_firstprivate_codegen.cpp | 70 ++++++++--------
test/OpenMP/target_parallel_debug_codegen.cpp | 97 -----------------------
10 files changed, 49 insertions(+), 352 deletions(-)
delete mode 100644 test/OpenMP/target_parallel_debug_codegen.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.