This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from d5904a2 Don't dump llvm-config --cmakedir output if command fails.
new 50ca324 Use __is_identifier to detect Clang extensions instead of __h [...]
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/__config | 8 +++++---
test/support/test_macros.h | 10 ++++++++++
2 files changed, 15 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 libunwind.
from ecdac18 Bump version to 5.0.0svn
new 52aed8f Don't dump llvm-config --cmakedir output if command fails.
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:
CMakeLists.txt | 3 ++-
1 file changed, 2 insertions(+), 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 release_40
in repository libunwind.
from acac58a Creating release_40 branch off revision 291814
new 9f88e32 Drop 'svn' suffix from version.
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:
CMakeLists.txt | 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 libcxxabi.
from 0ecfd76 [libc++abi] Add a silent terminate handler to libcxxabi.
new f3a0256 Don't dump llvm-config --cmakedir output if command fails.
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:
CMakeLists.txt | 3 ++-
1 file changed, 2 insertions(+), 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 libcxx.
from cdffd52 Don't force use of lld in tests on Windows
new d5904a2 Don't dump llvm-config --cmakedir output if command fails.
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/Modules/HandleOutOfTreeLLVM.cmake | 3 ++-
1 file changed, 2 insertions(+), 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 lld.
from 746bf15 Try to fix the windows bots.
new 4496a00 COFF: Change the /lldmap output format to be more like the EL [...]
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:
COFF/CMakeLists.txt | 1 +
COFF/Chunks.h | 4 +-
COFF/Config.h | 3 +
COFF/Driver.cpp | 13 +----
COFF/MapFile.cpp | 125 ++++++++++++++++++++++++++++++++++++++++++
{ELF => COFF}/MapFile.h | 12 ++--
COFF/SymbolTable.cpp | 11 ----
COFF/SymbolTable.h | 3 -
COFF/Writer.cpp | 49 +----------------
COFF/Writer.h | 51 +++++++++++++++++
test/COFF/lldmap.test | 9 +--
test/COFF/lto-parallel.ll | 8 +--
test/COFF/weak-external.test | 5 +-
test/COFF/weak-external3.test | 10 ++--
14 files changed, 208 insertions(+), 96 deletions(-)
create mode 100644 COFF/MapFile.cpp
copy {ELF => COFF}/MapFile.h (65%)
--
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 fc28ede Split writeMapFile2 to reduce indentation level.
new 746bf15 Try to fix the windows bots.
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/ELF/map-file.s | 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 release_40
in repository clang.
from a5eaae1 Merging r291879: -------------------------------------------- [...]
new 0ff2de3 Merging r291964: -------------------------------------------- [...]
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/CFG.cpp | 77 ++++++++++++++++++++----------------------
test/SemaCXX/uninitialized.cpp | 12 ++++++-
2 files changed, 47 insertions(+), 42 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 3afc8a3 clang-format: Fix bug in making line break decisions.
new 52b862c Give more accurate descriptions of what kind of template we f [...]
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 | 8 +++++---
include/clang/Sema/Sema.h | 12 ++++++++++++
lib/Sema/SemaDecl.cpp | 21 ++++++++++++++++++++-
lib/Sema/SemaTemplate.cpp | 10 +++-------
.../temp.spec/cxx1y-variable-template-no-body.cpp | 2 +-
test/SemaTemplate/alias-templates.cpp | 11 +++++++++++
6 files changed, 52 insertions(+), 12 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 libcxx.
from bfcceee Remove unused parameters in C++03
new cdffd52 Don't force use of lld in tests on Windows
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/libcxx/test/config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.