This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 78ec87468c AttrDocs.td: fix some bad code-blocks
new 9438256f7d [Tooling] [0/1] Refactor FrontendActionFactory::create() to [...]
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/LibTooling.rst | 2 +-
docs/RAVFrontendAction.rst | 2 +-
include/clang/Tooling/Tooling.h | 21 +++--
lib/Tooling/Tooling.cpp | 37 +++++----
tools/clang-refactor/ClangRefactor.cpp | 4 +-
unittests/AST/EvaluateAsRValueTest.cpp | 2 +-
unittests/CrossTU/CrossTranslationUnitTest.cpp | 3 +-
unittests/Sema/CodeCompleteTest.cpp | 2 +-
unittests/Sema/ExternalSemaSourceTest.cpp | 30 +++----
unittests/Tooling/CommentHandlerTest.cpp | 4 +-
unittests/Tooling/ExecutionTest.cpp | 4 +-
unittests/Tooling/RefactoringTest.cpp | 2 +-
unittests/Tooling/TestVisitor.h | 4 +-
unittests/Tooling/ToolingTest.cpp | 111 +++++++++++++------------
14 files changed, 120 insertions(+), 108 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_60
in repository clang-tools-extra.
from b2d63006 docs: remove in-progress warnings
new 0ea5aed4 ReleaseNotes: tidy up, fix some links etc.
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 | 139 +++++++++++++++++++++-----------------------------
1 file changed, 57 insertions(+), 82 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 6dd75d08 Fix for LLVM r326109
new 7106c321 [Tooling] [1/1] Refactor FrontendActionFactory::create() to r [...]
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:
clang-move/ClangMove.h | 4 ++--
clang-tidy/ClangTidy.cpp | 4 +++-
clangd/global-symbol-builder/GlobalSymbolBuilderMain.cpp | 5 +++--
include-fixer/find-all-symbols/FindAllSymbolsAction.h | 4 ++--
modularize/CoverageChecker.cpp | 4 ++--
modularize/Modularize.cpp | 9 +++++----
pp-trace/PPTrace.cpp | 4 ++--
unittests/clang-tidy/ClangTidyTest.h | 3 ++-
unittests/clangd/SymbolCollectorTests.cpp | 7 ++++---
9 files changed, 25 insertions(+), 19 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 2d99ce8c214 Make groups more generic (PR gcov-profile/84548).
new 583ab4de1ab 2018-02-27 Richard Biener <rguenther(a)suse.de>
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/ChangeLog | 6 ++++++
gcc/graphite-scop-detection.c | 13 ++++++++++---
2 files changed, 16 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 newlib.
from fbdae2c21 Cygwin: reduce size of fhandler_cygdrive
new d02f3a123 Cygwin: sockets: Fix fstat on unnamed sockets
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:
winsup/cygwin/fhandler_socket.cc | 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 gcc.
from cb2964edb7c Implement the missing bits of LWG 2769
new 2d99ce8c214 Make groups more generic (PR gcov-profile/84548).
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/ChangeLog | 7 +++++++
gcc/gcov.c | 10 ++++++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/gcov/pr84548.C | 19 +++++++++++++++++++
4 files changed, 39 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/gcov/pr84548.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 lld.
from df33ccdf4 [ELF] - Fix case of using both --icf and --symbol-ordering-fi [...]
new 666e22209 [ELF] - Format, fix mistype. 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:
ELF/Writer.cpp | 5 ++---
1 file changed, 2 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 504498a62a [test] Extend the Driver/mingw-msvcrt.c test with a -SAME ch [...]
new f75a680d85 clang-format: fix formatting of ObjC @synchronized blocks
new f555279b9a clang-format: use AfterControlStatement to format ObjC contr [...]
new 6a333f2192 AttrDocs.td: fix bad indent and code block
new 8703860067 AttrDocs.td: fix bad bullet list
new 78ec87468c AttrDocs.td: fix some bad code-blocks
The 5 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/AttrDocs.td | 63 ++++++++++++++++++-----------------
include/clang/Format/Format.h | 4 ++-
lib/Format/UnwrappedLineFormatter.cpp | 8 +++++
lib/Format/UnwrappedLineParser.cpp | 14 +++++++-
unittests/Format/FormatTestObjC.cpp | 22 +++++++++++-
5 files changed, 77 insertions(+), 34 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_60
in repository clang.
from bb8d45f8ab Regenerate DiagnosticsReference.rst
new 84a200d709 ReleaseNotes: tidy up
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 | 207 +++++++++++++++++---------------------------------
1 file changed, 68 insertions(+), 139 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 b0b9884d4b3 Make the LLParser accept call instructions of variables in [...]
new 7a69936ceee [X86][AVX] combineLoopMAddPattern - support 256-bit cases o [...]
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/X86/X86ISelLowering.cpp | 10 +++++--
test/CodeGen/X86/madd.ll | 60 +++++++++++++++++---------------------
2 files changed, 34 insertions(+), 36 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.