This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 6eab972 [X86] Add -m[no-]x87 and -m[no-]80387 options to control FeatureX87.
new 0820d77 [ASTMatchers] New matcher forFunction
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/LibASTMatchersReference.html | 14 +++++++++++
include/clang/ASTMatchers/ASTMatchers.h | 39 +++++++++++++++++++++++++++++++
lib/ASTMatchers/Dynamic/Registry.cpp | 1 +
unittests/ASTMatchers/ASTMatchersTest.cpp | 35 +++++++++++++++++++++++++++
4 files changed, 89 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-tools-extra.
from 9ca4e69 When renaming a class, ename pointers to that class as well.
new cf19728 [clang-tidy] New: checker misc-unconventional-assign-operator [...]
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:
.../CppCoreGuidelinesTidyModule.cpp | 4 +-
clang-tidy/misc/CMakeLists.txt | 2 +-
clang-tidy/misc/MiscTidyModule.cpp | 6 +--
...k.cpp => UnconventionalAssignOperatorCheck.cpp} | 43 +++++++++++++---------
...Check.h => UnconventionalAssignOperatorCheck.h} | 15 +++++---
docs/ReleaseNotes.rst | 6 +++
docs/clang-tidy/checks/list.rst | 2 +-
.../checks/misc-assign-operator-signature.rst | 12 ------
.../checks/misc-unconventional-assign-operator.rst | 13 +++++++
...cpp => misc-unconventional-assign-operator.cpp} | 37 +++++++++++++++----
10 files changed, 91 insertions(+), 49 deletions(-)
rename clang-tidy/misc/{AssignOperatorSignatureCheck.cpp => UnconventionalAssignOp [...]
rename clang-tidy/misc/{AssignOperatorSignatureCheck.h => UnconventionalAssignOper [...]
delete mode 100644 docs/clang-tidy/checks/misc-assign-operator-signature.rst
create mode 100644 docs/clang-tidy/checks/misc-unconventional-assign-operator.rst
rename test/clang-tidy/{misc-assign-operator-signature.cpp => misc-unconventional- [...]
--
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 melt-branch
in repository gcc.
from c173c11 2016-05-04 Basile Starynkevitch <basile(a)starynkevitch.net> [...]
new 54f6d9d 2016-05-04 Basile Starynkevitch <basile(a)starynkevitch.net> [...]
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.MELT | 4 ++++
gcc/melt/warmelt-base.melt | 5 ++++-
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 clang.
from ef305cb Add missing -mno-cx16 driver option.
new 6eab972 [X86] Add -m[no-]x87 and -m[no-]80387 options to control FeatureX87.
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/Driver/Options.td | 4 ++++
test/Driver/x86-target-features.c | 7 +++++++
2 files changed, 11 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 547a56d Add a test for driver options from m_x86_Features_Group.
new ef305cb Add missing -mno-cx16 driver option.
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/Driver/Options.td | 1 +
test/Driver/x86-target-features.c | 4 ++--
2 files changed, 3 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 clang.
from 1cd57ed [Sparc] Implement __builtin_setjmp, __builtin_longjmp back-end.
new 547a56d Add a test for driver options from m_x86_Features_Group.
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/Driver/x86-target-features.c | 44 +++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
create mode 100644 test/Driver/x86-target-features.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 melt-branch
in repository gcc.
from 84a24a6 2016-05-04 Basile Starynkevitch <basile(a)starynkevitch.net> [...]
new c173c11 2016-05-04 Basile Starynkevitch <basile(a)starynkevitch.net> [...]
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.MELT | 15 +++++
gcc/melt-runtime.h | 8 +--
gcc/melt/warmelt-base.melt | 151 ++-------------------------------------------
3 files changed, 21 insertions(+), 153 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 5148e75 [ELF][MIPS] Read/write .MIPS.options section
new dac6eeb [ELF][MIPS] Fix typo in the 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:
ELF/InputSection.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 lld.
from 1d9feb6 Implement --build-id=none.
new 5148e75 [ELF][MIPS] Read/write .MIPS.options section
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/InputFiles.cpp | 20 ++++++++++++++------
ELF/InputFiles.h | 2 ++
ELF/InputSection.cpp | 41 +++++++++++++++++++++++++++++++++++++----
ELF/InputSection.h | 15 +++++++++++++--
ELF/OutputSections.cpp | 33 +++++++++++++++++++++++++++++++++
ELF/OutputSections.h | 14 ++++++++++++++
ELF/Writer.cpp | 3 +++
test/ELF/mips-options.s | 28 ++++++++++++++++++++++++++++
8 files changed, 144 insertions(+), 12 deletions(-)
create mode 100644 test/ELF/mips-options.s
--
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 b2d99de Added XrefsDBManager into include-fixer and made XrefsDB retu [...]
new 9ca4e69 When renaming a class, ename pointers to that class as well.
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-rename/USRLocFinder.cpp | 12 ++++++++++++
test/clang-rename/ClassTest.cpp | 15 +++++++++++++++
2 files changed, 27 insertions(+)
create mode 100644 test/clang-rename/ClassTest.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.