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 af3f9189 [clang-tidy] Add check: replace string::find(...) == 0 with a [...]
new 5b7ca265 [clang-tidy] fix header guard
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-tidy/abseil/StringFindStartswithCheck.h | 6 +++---
1 file 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 lnt.
from a131f8f Render https producers as HTML hyperlinks too.
new db1b974 Document how to import Performance profiles in JSON format.
new 960affa When comparing to a different machine, plot both graphs.
new 58b8ee4 Always display Profile button when having a profile.
The 3 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/profiles.rst | 36 +++++++++++------------------
lnt/server/ui/templates/layout.html | 10 --------
lnt/server/ui/templates/reporting/runs.html | 6 ++++-
lnt/server/ui/templates/utils.html | 10 ++++----
4 files changed, 23 insertions(+), 39 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 lldb.
from 76adb0e29 I added CFLAGS etc to one part of the project file I should n [...]
new 777dd7150 Move option parsing out of the Args class
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/lldb/Interpreter/Args.h | 53 +--
include/lldb/Interpreter/Options.h | 106 ++---
.../functionalities/completion/TestCompletion.py | 47 +-
source/Commands/CommandObjectSettings.cpp | 2 +-
source/Interpreter/Args.cpp | 527 ---------------------
source/Interpreter/CommandAlias.cpp | 17 +-
source/Interpreter/CommandObject.cpp | 33 +-
source/Interpreter/Options.cpp | 524 ++++++++++++++++++++
.../DarwinLog/StructuredDataDarwinLog.cpp | 16 +-
9 files changed, 612 insertions(+), 713 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 6a910fde Revert "[clang-doc] Setup clang-doc frontend framework"
new af3f9189 [clang-tidy] Add check: replace string::find(...) == 0 with a [...]
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-tidy/CMakeLists.txt | 1 +
.../AbseilTidyModule.cpp} | 24 ++--
clang-tidy/{boost => abseil}/CMakeLists.txt | 6 +-
clang-tidy/abseil/StringFindStartswithCheck.cpp | 133 +++++++++++++++++++++
clang-tidy/abseil/StringFindStartswithCheck.h | 48 ++++++++
clang-tidy/plugin/CMakeLists.txt | 1 +
clang-tidy/tool/CMakeLists.txt | 1 +
clang-tidy/tool/ClangTidyMain.cpp | 5 +
docs/ReleaseNotes.rst | 9 ++
.../checks/abseil-string-find-startswith.rst | 41 +++++++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/abseil-string-find-startswith.cpp | 55 +++++++++
12 files changed, 310 insertions(+), 15 deletions(-)
copy clang-tidy/{boost/BoostTidyModule.cpp => abseil/AbseilTidyModule.cpp} (51%)
copy clang-tidy/{boost => abseil}/CMakeLists.txt (58%)
create mode 100644 clang-tidy/abseil/StringFindStartswithCheck.cpp
create mode 100644 clang-tidy/abseil/StringFindStartswithCheck.h
create mode 100644 docs/clang-tidy/checks/abseil-string-find-startswith.rst
create mode 100644 test/clang-tidy/abseil-string-find-startswith.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 llvm.
from 01d72e5767f [Support] Move syntax highlighting into support
new 2e97c7a391e [LV] Fix vectorizer's isUniform() abuse triggers assert in SCEV
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/Transforms/Vectorize/LoopVectorize.cpp | 2 --
1 file changed, 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 gcc.
from ce7decc9722 PR target/84763 * config/i386/winnt.c (i386_pe_seh_cold_i [...]
new da4c4016e2a PR debug/84404 * gcc.dg/graphite/pr84404.c: Only compile [...]
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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/graphite/pr84404.c | 3 ++-
2 files changed, 8 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 llvm.
from ed70dc4de2b [AArch64] Fix use of a regex in the win-alloca.ll test. NFC.
new 01d72e5767f [Support] Move syntax highlighting into support
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:
.../llvm/Support/WithColor.h | 24 +++-----
lib/DebugInfo/DWARF/CMakeLists.txt | 1 -
lib/DebugInfo/DWARF/DWARFDebugMacro.cpp | 5 +-
lib/DebugInfo/DWARF/DWARFDie.cpp | 19 ++++---
lib/DebugInfo/DWARF/DWARFFormValue.cpp | 12 ++--
lib/DebugInfo/DWARF/DWARFVerifier.cpp | 11 ++--
lib/DebugInfo/DWARF/SyntaxHighlighting.cpp | 49 ----------------
lib/Support/CMakeLists.txt | 1 +
lib/Support/WithColor.cpp | 65 ++++++++++++++++++++++
9 files changed, 98 insertions(+), 89 deletions(-)
rename lib/DebugInfo/DWARF/SyntaxHighlighting.h => include/llvm/Support/WithColor.h (62%)
delete mode 100644 lib/DebugInfo/DWARF/SyntaxHighlighting.cpp
create mode 100644 lib/Support/WithColor.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 llvm.
from c88f3543c01 [AMDGPU] Fixed V_DIV_FIXUP_F16 selection on GFX9
new ed70dc4de2b [AArch64] Fix use of a regex in the win-alloca.ll test. 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:
test/CodeGen/AArch64/win-alloca.ll | 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 8c1baff7721 2018-03-09 François Dumont <fdumont(a)gcc.gnu.org>
new ce7decc9722 PR target/84763 * config/i386/winnt.c (i386_pe_seh_cold_i [...]
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/config/i386/winnt.c | 24 ++++++++++++++++++++----
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.c-torture/compile/20180309-1.c | 22 ++++++++++++++++++++++
4 files changed, 52 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/20180309-1.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 aoliva/testme
in repository gcc.
from c91c630dcdb [IEPM] [PR debug/84620] use constant form for DW_AT_GNU_entry_view
new 3d02d8b4e1b [PR c++/84610,84642] parse auto more conservatively
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/cp/parser.c | 7 +++++++
gcc/testsuite/g++.dg/cpp0x/pr84610.C | 3 +++
gcc/testsuite/g++.dg/cpp0x/pr84642.C | 3 +++
3 files changed, 13 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr84610.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr84642.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.