This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 90b379f219 [Driver] allow Android triples to alias for non Android targets
new 9b5257f27c [analyzer] Fix dumping for SymbolConjured conjured at no par [...]
new 0f2e415213 [Driver] Reland again: Default Android toolchains to libc++.
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:
lib/Driver/ToolChains/Linux.cpp | 6 ++
lib/Driver/ToolChains/Linux.h | 1 +
lib/StaticAnalyzer/Core/SymbolManager.cpp | 11 +-
test/Analysis/dump_egraph.cpp | 15 +++
.../sysroot/usr/include/c++/v1}/.keep | 0
test/Driver/android-ndk-standalone.cpp | 120 ++++++++++-----------
6 files changed, 84 insertions(+), 69 deletions(-)
create mode 100644 test/Analysis/dump_egraph.cpp
copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => basic_android_ndk_tree/ [...]
--
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 3dfcf76a47b Don't double-count early-clobber matches.
new b857fc255ef PR testsuite/87694 * g++.dg/concepts/memfun-err.C: Make 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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/concepts/memfun-err.C | 2 +-
2 files changed, 6 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 7e3227d6f10 [hot-cold-split] Add opt remark on success
new db46784d645 Reapply "[MachineCopyPropagation] Reimplement CopyTracker 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:
lib/CodeGen/MachineCopyPropagation.cpp | 127 +++++++++++++++------------
test/CodeGen/AArch64/machine-cp-clobbers.mir | 51 +++++++++++
test/CodeGen/Hexagon/machine-cp-clobbers.mir | 51 +++++++++++
3 files changed, 171 insertions(+), 58 deletions(-)
create mode 100644 test/CodeGen/AArch64/machine-cp-clobbers.mir
create mode 100644 test/CodeGen/Hexagon/machine-cp-clobbers.mir
--
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 aeca2036 [clang-tidy] implement cppcoreguidelines macro rules
new c02a8db0 [Documentation] Fix grammar related to Clang-tidy cppcoreguid [...]
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 | 2 +-
docs/clang-tidy/checks/cppcoreguidelines-macro-usage.rst | 2 +-
2 files 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 clang.
from 41e165b659 Hopefully fix the documentation generation issue
new 90b379f219 [Driver] allow Android triples to alias for non Android targets
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/Driver/ToolChains/Gnu.cpp | 19 ++++++++++++-------
test/Driver/android-gcc-toolchain.c | 8 ++++++++
2 files changed, 20 insertions(+), 7 deletions(-)
create mode 100644 test/Driver/android-gcc-toolchain.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 clang-tools-extra.
from b2ce898d [clangd] Support URISchemes configuration in BackgroundIndex.
new aeca2036 [clang-tidy] implement cppcoreguidelines macro rules
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/cppcoreguidelines/CMakeLists.txt | 1 +
.../CppCoreGuidelinesTidyModule.cpp | 3 +
clang-tidy/cppcoreguidelines/MacroUsageCheck.cpp | 95 ++++++++++++++++++++++
clang-tidy/cppcoreguidelines/MacroUsageCheck.h | 48 +++++++++++
docs/ReleaseNotes.rst | 6 ++
.../checks/cppcoreguidelines-macro-usage.rst | 28 +++++++
docs/clang-tidy/checks/list.rst | 1 +
.../cppcoreguidelines-macro-usage-caps-only.cpp | 24 ++++++
.../cppcoreguidelines-macro-usage-custom.cpp | 28 +++++++
test/clang-tidy/cppcoreguidelines-macro-usage.cpp | 18 ++++
10 files changed, 252 insertions(+)
create mode 100644 clang-tidy/cppcoreguidelines/MacroUsageCheck.cpp
create mode 100644 clang-tidy/cppcoreguidelines/MacroUsageCheck.h
create mode 100644 docs/clang-tidy/checks/cppcoreguidelines-macro-usage.rst
create mode 100644 test/clang-tidy/cppcoreguidelines-macro-usage-caps-only.cpp
create mode 100644 test/clang-tidy/cppcoreguidelines-macro-usage-custom.cpp
create mode 100644 test/clang-tidy/cppcoreguidelines-macro-usage.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 6a96dba94ba Revert rL344933 from llvm/trunk: [X86][SSE] Tidyup DecodeVP [...]
new 4762f7cfd74 Revert rL344931 from llvm/trunk: [X86][SSE] getTargetShuffl [...]
new 7e3227d6f10 [hot-cold-split] Add opt remark on success
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:
lib/Target/X86/X86ISelLowering.cpp | 19 ++++++++++---------
lib/Transforms/IPO/HotColdSplitting.cpp | 8 ++++++++
test/Transforms/HotColdSplit/split-cold-2.ll | 5 +++--
3 files changed, 21 insertions(+), 11 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 8b39baec50 Generate ClangFormatStyleOptions.rst from Format.h (using do [...]
new 41e165b659 Hopefully fix the documentation generation issue
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/ClangFormatStyleOptions.rst | 6 ++++--
include/clang/Format/Format.h | 6 ++++--
2 files changed, 8 insertions(+), 4 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 49bd6e1c1f6 [X86][SSE] Tidyup DecodeVPERMILPMask shuffle mask decoding
new 30353731ceb Revert r344930 as it broke some of the bots on Windows.
new 6a96dba94ba Revert rL344933 from llvm/trunk: [X86][SSE] Tidyup DecodeVP [...]
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:
docs/CommandGuide/FileCheck.rst | 4 --
include/llvm/Support/WithColor.h | 63 ++---------------
lib/Support/SourceMgr.cpp | 108 +++++++++++++++++-------------
lib/Support/WithColor.cpp | 63 +++++------------
lib/Target/X86/Utils/X86ShuffleDecode.cpp | 4 --
lib/Target/X86/X86ISelLowering.cpp | 6 +-
test/FileCheck/opt-color.txt | 22 ------
7 files changed, 91 insertions(+), 179 deletions(-)
delete mode 100644 test/FileCheck/opt-color.txt
--
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 7d365ee4ba [X86] Add new features to the priority list for target attri [...]
new 8b39baec50 Generate ClangFormatStyleOptions.rst from Format.h (using do [...]
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/ClangFormatStyleOptions.rst | 56 ++++++++++++++++++++++++++++++----------
1 file changed, 42 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.