This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from d3e565bab0 Remove some apparently-unnecessary 'REQUIRES: system-darwin' [...]
new 299583cf50 Fix PR32831: 'this capture while instantiating generic lambd [...]
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/SemaExprCXX.cpp | 50 ++++++++++++++++++-------
test/SemaCXX/cxx1z-lambda-star-this.cpp | 66 +++++++++++++++++++++++++++++++++
2 files changed, 103 insertions(+), 13 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 zorg.
from cadccec Added new slave for builder clang-lld-x86_64-2stage.
new 958820f Remove the source code as well if a clean build is requested [...]
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:
zorg/buildbot/builders/UnifiedTreeBuilder.py | 6 ++++--
1 file changed, 4 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 2e4e26b795 Fix "REQUIRES: system-darwin" failing tests after r301725.
new d3e565bab0 Remove some apparently-unnecessary 'REQUIRES: system-darwin' [...]
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/Modules/crash-vfs-headermaps.m | 2 +-
test/Modules/crash-vfs-include-pch.m | 2 +-
test/Modules/crash-vfs-ivfsoverlay.m | 2 +-
3 files 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.
from b4a8efab3e PR26771: don't forget the " 2" (returning from #included fil [...]
new 2e4e26b795 Fix "REQUIRES: system-darwin" failing tests after r301725.
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/Modules/crash-vfs-relative-incdir.m | 4 ++--
test/Modules/crash-vfs-run-reproducer.m | 4 ++--
2 files changed, 4 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 40d2ca9f43b [llvm-pdbdump] Abstract some of the YAML/Raw printing code.
new 23450e59978 AMDGPU: Fix copies from physical registers in SIFixSGPRCopies
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/AMDGPU/SIFixSGPRCopies.cpp | 13 +++++++++----
test/CodeGen/AMDGPU/inline-asm.ll | 14 ++++++++++++++
2 files changed, 23 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 lld.
from 0aaa4fde3 Replace PrettyPrinter class in MapFile.cpp with a few non-mem [...]
new 4c0e7f87f [ELF] When a rel points to a SHF_MERGE section, don't merge the sec.
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/InputFiles.cpp | 10 +++++++---
test/ELF/relocation-in-merge.s | 13 +++++++++----
2 files changed, 16 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 llvm.
from e85d77f956b [ObjCARC] Do not move a release between a call and a retain [...]
new 40d2ca9f43b [llvm-pdbdump] Abstract some of the YAML/Raw printing code.
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/CodeView.h | 3 +-
.../CodeView/ModuleDebugFileChecksumFragment.h | 2 +
.../CodeView/ModuleDebugFragmentVisitor.h | 33 ++--
.../DebugInfo/CodeView/ModuleDebugLineFragment.h | 2 +
.../DebugInfo/PDB/Native/DbiModuleDescriptor.h | 2 +-
include/llvm/DebugInfo/PDB/Native/RawTypes.h | 4 +-
.../CodeView/ModuleDebugFragmentVisitor.cpp | 2 +
lib/DebugInfo/CodeView/ModuleDebugLineFragment.cpp | 9 +-
lib/DebugInfo/PDB/Native/DbiModuleDescriptor.cpp | 4 +-
.../PDB/Native/DbiModuleDescriptorBuilder.cpp | 4 +-
lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp | 2 +-
lib/MC/MCCodeView.cpp | 2 +-
test/DebugInfo/PDB/pdbdump-headers.test | 50 +++---
test/DebugInfo/PDB/pdbdump-yaml-lineinfo.test | 116 +++++++-------
tools/llvm-pdbdump/C13DebugFragmentVisitor.cpp | 77 +++++++++
tools/llvm-pdbdump/C13DebugFragmentVisitor.h | 55 +++++++
tools/llvm-pdbdump/CMakeLists.txt | 3 +-
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 174 ++++++++++-----------
tools/llvm-pdbdump/PdbYaml.cpp | 8 +-
tools/llvm-pdbdump/PdbYaml.h | 4 +-
tools/llvm-pdbdump/YAMLOutputStyle.cpp | 132 ++++++++--------
tools/llvm-readobj/COFFDumper.cpp | 2 +-
22 files changed, 420 insertions(+), 270 deletions(-)
create mode 100644 tools/llvm-pdbdump/C13DebugFragmentVisitor.cpp
create mode 100644 tools/llvm-pdbdump/C13DebugFragmentVisitor.h
--
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 8e878be54a Remove unused, empty test directories.
new b4a8efab3e PR26771: don't forget the " 2" (returning from #included fil [...]
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/Frontend/Rewrite/InclusionRewriter.cpp | 23 +++++++++-------------
.../__init__.py => test/Frontend/Inputs/empty.h | 0
test/Frontend/rewrite-includes-line-markers.c | 8 ++++++++
3 files changed, 17 insertions(+), 14 deletions(-)
copy bindings/python/tests/__init__.py => test/Frontend/Inputs/empty.h (100%)
--
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 ee60c74826 Add pragma to perform module import and use it in -E output.
new 8e878be54a Remove unused, empty test directories.
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:
--
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 538445b124 ObjCBoxedExpr can't be evaluated by the constant expression [...]
new ee60c74826 Add pragma to perform module import and use it in -E output.
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/DiagnosticLexKinds.td | 2 +
include/clang/Lex/Preprocessor.h | 5 ++
lib/Frontend/PrintPreprocessedOutput.cpp | 67 ++++++++++++++-----------
lib/Frontend/Rewrite/InclusionRewriter.cpp | 6 +--
lib/Lex/PPDirectives.cpp | 17 ++++---
lib/Lex/Pragma.cpp | 59 ++++++++++++++++++++++
test/Frontend/rewrite-includes-modules.c | 27 ++++++----
test/Modules/crash-vfs-path-emptydir-entries.m | 2 +-
test/Modules/crash-vfs-path-symlink-component.m | 4 +-
test/Modules/crash-vfs-path-symlink-topheader.m | 2 +-
test/Modules/crash-vfs-path-traversal.m | 4 +-
test/Modules/crash-vfs-relative-overlay.m | 4 +-
test/Modules/import-syntax.c | 35 +++++++++++++
test/Modules/preprocess-module.cpp | 2 +-
test/Modules/preprocess.cpp | 32 +++++++-----
test/Modules/preprocess.m | 8 +--
test/Preprocessor/pp-modules.c | 6 +--
test/Preprocessor/pragma_module.c | 11 ++++
18 files changed, 211 insertions(+), 82 deletions(-)
create mode 100644 test/Modules/import-syntax.c
create mode 100644 test/Preprocessor/pragma_module.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.