This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 202f2c8220 [clang-format] Move #include related style to libToolingCore
new 1861ddfab1 PR37450: Fix bug that disabled some type checks for 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/clang/Basic/DiagnosticSemaKinds.td | 2 ++
lib/Sema/SemaDecl.cpp | 21 ++++++++++++++-------
lib/Sema/SemaType.cpp | 7 +++++++
test/CXX/expr/expr.prim/expr.prim.lambda/p3.cpp | 12 ++++++++++--
test/SemaCXX/cxx1z-constexpr-lambdas.cpp | 2 +-
test/SemaCXX/for-range-examples.cpp | 8 ++------
6 files changed, 36 insertions(+), 16 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 abf2742cb6 [AST] Print correct tag decl for tag specifier
new 202f2c8220 [clang-format] Move #include related style to libToolingCore
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/Format/Format.h | 94 ++-------------------
include/clang/Tooling/Core/IncludeStyle.h | 133 ++++++++++++++++++++++++++++++
lib/Format/Format.cpp | 56 +++++--------
lib/Tooling/Core/CMakeLists.txt | 1 +
lib/Tooling/Core/IncludeStyle.cpp | 32 +++++++
unittests/Format/FormatTest.cpp | 11 +--
unittests/Format/SortIncludesTest.cpp | 44 +++++-----
7 files changed, 221 insertions(+), 150 deletions(-)
create mode 100644 include/clang/Tooling/Core/IncludeStyle.h
create mode 100644 lib/Tooling/Core/IncludeStyle.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 32200805330 Inline a few CMake variables into their only uses.
new 86cf23258e7 Hexagon: Put relocations after instructions not packets.
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/CodeGen/Hexagon/relax.ll | 2 +-
test/MC/Hexagon/packetrelo.s | 15 +
test/MC/Hexagon/plt-rel.s | 4 +-
tools/llvm-objdump/llvm-objdump.cpp | 831 +++++++++++++++++++-----------------
4 files changed, 448 insertions(+), 404 deletions(-)
create mode 100644 test/MC/Hexagon/packetrelo.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 clang.
from 20ceb1b4d9 CodeGen: Emit string literal in constant address space
new abf2742cb6 [AST] Print correct tag decl for tag specifier
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/AST/ASTContext.h | 4 +-
include/clang/AST/Type.h | 19 ++-
include/clang/Sema/Sema.h | 3 +-
lib/AST/ASTContext.cpp | 13 ++-
lib/AST/ASTImporter.cpp | 8 +-
lib/AST/DeclPrinter.cpp | 2 +
lib/AST/TypePrinter.cpp | 13 +++
lib/Sema/SemaType.cpp | 15 ++-
lib/Serialization/ASTReader.cpp | 3 +-
lib/Serialization/ASTWriter.cpp | 1 +
test/Misc/ast-print-enum-decl.c | 85 ++++++++++++++
test/Misc/ast-print-record-decl.c | 235 ++++++++++++++++++++++++++++++++++++++
12 files changed, 380 insertions(+), 21 deletions(-)
create mode 100644 test/Misc/ast-print-enum-decl.c
create mode 100644 test/Misc/ast-print-record-decl.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 libcxx.
from 082d5bd7c [libcxx] [test] Update msvc_stdlib_force_include.hpp.
new 44a1ffc37 Update XFAIL so apple-clang-9.0 is the last version not imple [...]
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:
.../meta/meta.unary/meta.unary.prop/is_trivially_copyable.pass.cpp | 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 llvm.
from 27ff622b217 Remove a workaround that should be unneeded after r202806.
new 32200805330 Inline a few CMake variables into their only uses.
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/ADT/CMakeLists.txt | 6 +-----
unittests/CodeGen/CMakeLists.txt | 6 +-----
unittests/DebugInfo/CodeView/CMakeLists.txt | 6 +-----
unittests/DebugInfo/DWARF/CMakeLists.txt | 6 +-----
unittests/DebugInfo/MSF/CMakeLists.txt | 6 +-----
unittests/DebugInfo/PDB/CMakeLists.txt | 6 +-----
unittests/Demangle/CMakeLists.txt | 6 +-----
unittests/IR/CMakeLists.txt | 6 +-----
unittests/Linker/CMakeLists.txt | 6 +-----
unittests/XRay/CMakeLists.txt | 6 +-----
10 files changed, 10 insertions(+), 50 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 b8a4da9bec [AST] Fix -ast-print for _Bool when have diagnostics
new 20ceb1b4d9 CodeGen: Emit string literal in constant address space
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/CGDecl.cpp | 11 ++++----
lib/CodeGen/CodeGenModule.cpp | 47 +++++++++++++++++++++++++++----
lib/CodeGen/CodeGenModule.h | 7 +++++
test/CodeGenCXX/amdgcn-string-literal.cpp | 28 ++++++++++++++++++
4 files changed, 81 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGenCXX/amdgcn-string-literal.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 5fdb3b2e0ac [X86] Add NT load/store scheduler classes
new 27ff622b217 Remove a workaround that should be unneeded after r202806.
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/IR/CMakeLists.txt | 6 ------
1 file changed, 6 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 ef38e1ad [clangd] Add helper for collecting #include directives in file.
new 457303d4 [Documentation] Alphabetical order of new checks in Release Notes.
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/ReleaseNotes.rst | 10 +++++-----
1 file changed, 5 insertions(+), 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 compiler-rt.
from 0a425a4b9 [sanitizer] Intercept __pthread_mutex_lock and __pthread_mute [...]
new 15d15dc82 Revert "[sanitizer] Intercept __pthread_mutex_lock and __pthr [...]
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:
.../sanitizer_common_interceptors.inc | 18 ------------
.../sanitizer_platform_interceptors.h | 1 -
.../TestCases/Linux/pthread_mutex.cc | 34 ----------------------
3 files changed, 53 deletions(-)
delete mode 100644 test/sanitizer_common/TestCases/Linux/pthread_mutex.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.