This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 4481b1f6f1 [trivial] fix a typo in comment, NFC
new bb482b389e Diagnose attempts to build a preprocessed module that define [...]
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 ++
lib/Lex/Pragma.cpp | 18 ++++++++++++++++++
test/Modules/preprocess-unavailable.cpp | 12 ++++++++++++
3 files changed, 32 insertions(+)
create mode 100644 test/Modules/preprocess-unavailable.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 cf8a23153 [ELF] Use late evaluation for ALIGN in expression
new e92bf814f [ELF] Filter out non InputSection members from InputSections
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/LinkerScript.cpp | 3 +++
test/ELF/linkerscript/merge-sections.s | 10 ++++++++++
2 files changed, 13 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 86d77d167e [modules] When we #include a local submodule header that we' [...]
new 4481b1f6f1 [trivial] fix a typo in comment, NFC
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/SerializedDiagnosticPrinter.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 72f550d1889 Added missing line continuation to HANDLE_DIEVALUE_SMALL an [...]
new 38012725da6 Added LLVM_FALLTHROUGH to address warning: this statement m [...]
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/Support/APFloat.cpp | 2 ++
1 file changed, 2 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 c927ec6baf6 Reverted r303602, as it will be fixed in gtest.
new 72f550d1889 Added missing line continuation to HANDLE_DIEVALUE_SMALL an [...]
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/CodeGen/DIE.h | 4 ++--
1 file changed, 2 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 llvm.
from ef8c4cd6362 Revert r303763, results in asserts i.e. while building Ruby.
new c927ec6baf6 Reverted r303602, as it will be fixed in gtest.
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/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 12 ++++--------
1 file changed, 4 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 lld.
from a0f7336fa Replace a few more uses of OutputSections.
new cf8a23153 [ELF] Use late evaluation for ALIGN in expression
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/LinkerScript.cpp | 7 ++++---
ELF/LinkerScript.h | 5 +++++
ELF/ScriptParser.cpp | 6 +++++-
test/ELF/linkerscript/align.s | 2 +-
test/ELF/linkerscript/symbol-reserved.s | 6 ++++++
5 files changed, 21 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 clang.
from d746d74df8 CGCoroutine.cpp: (NFC) clang-format misplaced brace
new 86d77d167e [modules] When we #include a local submodule header that we' [...]
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/Lex/PPDirectives.cpp | 41 +++++++--------
test/Modules/Inputs/preprocess/a.h | 2 +
test/Modules/Inputs/preprocess/b.h | 2 +
.../c.h | 2 +-
test/Modules/Inputs/preprocess/module.modulemap | 5 ++
test/Modules/preprocess-nested.cpp | 59 ++++++++++++++++++++++
6 files changed, 90 insertions(+), 21 deletions(-)
create mode 100644 test/Modules/Inputs/preprocess/a.h
create mode 100644 test/Modules/Inputs/preprocess/b.h
copy test/Modules/Inputs/{libstdcxx-ambiguous-internal => preprocess}/c.h (67%)
create mode 100644 test/Modules/preprocess-nested.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 5b25b320f [ELF] - Do not allow -r to eat comdats.
new a15fa69d0 Keep a list of all OutputSectionCommands.
new a0f7336fa Replace a few more uses of OutputSections.
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:
ELF/MapFile.cpp | 15 ++++++---------
ELF/MapFile.h | 5 +++--
ELF/Writer.cpp | 35 +++++++++++++++--------------------
3 files changed, 24 insertions(+), 31 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 gcc.
from 74d825ef8d5 gcc: xtensa: fix unused parameter warning
new ea946a2193b Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.