This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 58aece0 Revert r295277 to fix buildbot.
new 425da46 Add better ODR checking for modules.
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/DeclCXX.h | 6 +
include/clang/AST/ODRHash.h | 82 ++
include/clang/AST/Stmt.h | 3 +
.../clang/Basic/DiagnosticSerializationKinds.td | 64 ++
lib/AST/CMakeLists.txt | 1 +
lib/AST/DeclCXX.cpp | 15 +-
lib/AST/ODRHash.cpp | 940 ++++++++++++++++
lib/AST/StmtProfile.cpp | 229 ++--
lib/Sema/SemaDecl.cpp | 5 +-
lib/Serialization/ASTReader.cpp | 638 ++++++++++-
lib/Serialization/ASTReaderDecl.cpp | 2 +
lib/Serialization/ASTWriter.cpp | 1 +
test/Modules/merge-using-decls.cpp | 4 +
test/Modules/odr_hash.cpp | 1156 ++++++++++++++++++++
14 files changed, 3049 insertions(+), 97 deletions(-)
create mode 100644 include/clang/AST/ODRHash.h
create mode 100644 lib/AST/ODRHash.cpp
create mode 100644 test/Modules/odr_hash.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 6b4af2f Split a function and add comments.
new 4f2f349 Add comments.
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/Writer.cpp | 10 ++++++++++
1 file changed, 10 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 lld.
from 7167c82 Add comments.
new 6b4af2f Split a function and add comments.
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/Relocations.cpp | 31 +++++++++++++++++++++++--------
1 file changed, 23 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 clang.
from 65db725 [cxx1z-constexpr-lambda] Implement captures - thus completing [...]
new 58aece0 Revert r295277 to fix buildbot.
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/Diagnostic.h | 8 +-
include/clang/Sema/Sema.h | 7 +-
lib/Sema/SemaTemplateDeduction.cpp | 154 +++++++++++----------------
test/CXX/drs/dr4xx.cpp | 2 +-
test/SemaTemplate/deduction.cpp | 6 +-
test/SemaTemplate/partial-order.cpp | 20 +---
test/SemaTemplate/temp_arg_nontype.cpp | 16 +--
test/SemaTemplate/temp_arg_nontype_cxx1z.cpp | 20 ----
8 files changed, 81 insertions(+), 152 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 a22c29a Add CopyRelSection instances to BSS in the regular way.
new 7167c82 Add comments.
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/Writer.cpp | 3 +++
1 file changed, 3 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 clang.
from b5e3458 Add missing "deduced A == A" check for function template part [...]
new 65db725 [cxx1z-constexpr-lambda] Implement captures - thus completing [...]
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/AST/ExprConstant.cpp | 108 ++++++++++++++++++++++++++--
test/SemaCXX/cxx1z-constexpr-lambdas.cpp | 119 ++++++++++++++++++++++++++++---
2 files changed, 209 insertions(+), 18 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 fbc96b2 Addends should always be signed.
new a22c29a Add CopyRelSection instances to BSS in the regular way.
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/Relocations.cpp | 25 ++++++++-----------------
ELF/SyntheticSections.h | 3 ++-
ELF/Writer.cpp | 14 +++++++++-----
3 files changed, 19 insertions(+), 23 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 78da9c1 Add missing regexp quantifiers in a test.
new b5e3458 Add missing "deduced A == A" check for function template part [...]
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/Diagnostic.h | 8 +-
include/clang/Sema/Sema.h | 7 +-
lib/Sema/SemaTemplateDeduction.cpp | 154 ++++++++++++++++-----------
test/CXX/drs/dr4xx.cpp | 2 +-
test/SemaTemplate/deduction.cpp | 6 +-
test/SemaTemplate/partial-order.cpp | 20 +++-
test/SemaTemplate/temp_arg_nontype.cpp | 16 ++-
test/SemaTemplate/temp_arg_nontype_cxx1z.cpp | 20 ++++
8 files changed, 152 insertions(+), 81 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 1e5304f Split WinCOFFObjectWriter::writeObject function.
new 458e242 Split WinCOFFObjectWriter::writeSection.
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/MC/WinCOFFObjectWriter.cpp | 67 ++++++++++++++++++++++++------------------
1 file changed, 39 insertions(+), 28 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 test-suite.
from ab61e4f Add ReleaseLTO cache file
new 0485063 Bitcode: Enable single_source lit config
new 395140c cmake/caches: Add some caches with descriptive names
The 2 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:
Bitcode/CMakeLists.txt | 1 +
{SingleSource => Bitcode}/lit.local.cfg | 0
cmake/caches/{Debug.cmake => O0-g.cmake} | 0
cmake/caches/{CodeSize.cmake => Os.cmake} | 0
cmake/caches/{MinSize.cmake => Oz.cmake} | 0
5 files changed, 1 insertion(+)
copy {SingleSource => Bitcode}/lit.local.cfg (100%)
copy cmake/caches/{Debug.cmake => O0-g.cmake} (100%)
copy cmake/caches/{CodeSize.cmake => Os.cmake} (100%)
copy cmake/caches/{MinSize.cmake => Oz.cmake} (100%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.