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 e8692d5 ClangMoveTests.cpp: Appease msc18.
new 911d86e Recommit "[ClangTidy] Add UsingInserter and NamespaceAliaser"
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/utils/ASTUtils.cpp | 28 ++++++
clang-tidy/utils/ASTUtils.h | 25 ++++++
clang-tidy/utils/CMakeLists.txt | 3 +
clang-tidy/utils/NamespaceAliaser.cpp | 99 ++++++++++++++++++++
clang-tidy/utils/NamespaceAliaser.h | 52 +++++++++++
clang-tidy/utils/UsingInserter.cpp | 88 ++++++++++++++++++
clang-tidy/utils/UsingInserter.h | 50 +++++++++++
unittests/clang-tidy/CMakeLists.txt | 2 +
unittests/clang-tidy/NamespaceAliaserTest.cpp | 124 ++++++++++++++++++++++++++
unittests/clang-tidy/UsingInserterTest.cpp | 114 +++++++++++++++++++++++
10 files changed, 585 insertions(+)
create mode 100644 clang-tidy/utils/ASTUtils.cpp
create mode 100644 clang-tidy/utils/ASTUtils.h
create mode 100644 clang-tidy/utils/NamespaceAliaser.cpp
create mode 100644 clang-tidy/utils/NamespaceAliaser.h
create mode 100644 clang-tidy/utils/UsingInserter.cpp
create mode 100644 clang-tidy/utils/UsingInserter.h
create mode 100644 unittests/clang-tidy/NamespaceAliaserTest.cpp
create mode 100644 unittests/clang-tidy/UsingInserterTest.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 glibc.
from 7cfde84 hppa: Optimize atomic_compare_and_exchange_val_acq
new 8e36adc S390: Fix fp comparison not raising FE_INVALID.
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:
ChangeLog | 4 ++++
.../{powerpc => s390}/fpu/fix-fp-int-compare-invalid.h | 16 ++++++++++++----
2 files changed, 16 insertions(+), 4 deletions(-)
copy sysdeps/{powerpc => s390}/fpu/fix-fp-int-compare-invalid.h (58%)
--
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 043b10d [X86] Fix shuffle decoding assertions to print the right numb [...]
new 0ebe9c2 Support: Drop LLVM_ATTRIBUTE_UNUSED_RESULT
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 | 4 ++++
include/llvm/Support/Compiler.h | 9 ---------
2 files changed, 4 insertions(+), 9 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 35b516b * langhooks.h (struct lang_hooks_for_decls): Remove functio [...]
new 08d3e97 2016-10-17 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 | 5 +++++
gcc/gimplify.c | 10 ++--------
2 files changed, 7 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 gcc.
from 20f2fdd Daily bump.
new 35b516b * langhooks.h (struct lang_hooks_for_decls): Remove functio [...]
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 | 19 ++++++++++++++
gcc/cp/ChangeLog | 13 ++++++++++
gcc/cp/cp-objcp-common.c | 64 +++++++++++++++++++++++++----------------------
gcc/cp/cp-objcp-common.h | 12 +++------
gcc/dwarf2out.c | 65 +++++++++++++++++++-----------------------------
gcc/langhooks-def.h | 9 +++----
gcc/langhooks.c | 9 +++++++
gcc/langhooks.h | 13 +++-------
8 files changed, 110 insertions(+), 94 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 4e1daa7 ADT: Use LLVM_NODISCARD instead of LLVM_ATTRIBUTE_UNUSED_RESU [...]
new 043b10d [X86] Fix shuffle decoding assertions to print the right numb [...]
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/X86MCInstLower.cpp | 16 ++++++++--------
1 file changed, 8 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 7239938 [CUDA] Fix false-positive in known-emitted handling.
new 3711eb5 AST: Prefer LLVM_NODISCARD to LLVM_ATTRIBUTE_UNUSED_RESULT
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 | 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 d56fafd [AVX-512] Add shuffle combining support for vpermi2var shuffl [...]
new 4e1daa7 ADT: Use LLVM_NODISCARD instead of LLVM_ATTRIBUTE_UNUSED_RESU [...]
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/ADT/StringRef.h | 26 +++++---------------------
1 file changed, 5 insertions(+), 21 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 82051d1 ELF: Fix a misuse of Twine::toStringRef
new a2529b6 ELF: Add a skip() overload to ignore any token
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 | 18 +++++++++---------
ELF/ScriptParser.cpp | 10 ++++++++++
ELF/ScriptParser.h | 1 +
3 files changed, 20 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.